Class PreconditionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.PreconditionFailedException
All Implemented Interfaces:
Serializable

public class PreconditionFailedException extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
Exception thrown when a precondition is not met on method invocation.
Since:
4.0.0
See Also:
  • Constructor Details

    • PreconditionFailedException

      public PreconditionFailedException()
      Constructor.
    • PreconditionFailedException

      public PreconditionFailedException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • PreconditionFailedException

      public PreconditionFailedException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • PreconditionFailedException

      public PreconditionFailedException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception