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
Exception thrown when a precondition is not met on method invocation.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.PreconditionFailedException
(String message) Constructor.PreconditionFailedException
(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreconditionFailedException
public PreconditionFailedException()Constructor. -
PreconditionFailedException
Constructor.- Parameters:
message
- The detail message
-
PreconditionFailedException
Constructor.- Parameters:
message
- The detail messagecause
- The root cause of this exception
-
PreconditionFailedException
Constructor.- Parameters:
cause
- The root cause of this exception
-