Class GenieInvalidStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.genie.common.internal.exceptions.unchecked.GenieRuntimeException
com.netflix.genie.common.internal.exceptions.unchecked.GenieInvalidStatusException
- All Implemented Interfaces:
Serializable
Exception thrown when a status supplied by a client for as their known previous status doesn't match what the system
has in the database.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.GenieInvalidStatusException
(String message) Constructor.GenieInvalidStatusException
(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
-
GenieInvalidStatusException
public GenieInvalidStatusException()Constructor. -
GenieInvalidStatusException
Constructor.- Parameters:
message
- The detail message
-
GenieInvalidStatusException
Constructor.- Parameters:
message
- The detail messagecause
- The root cause of this exception
-
GenieInvalidStatusException
Constructor.- Parameters:
cause
- The root cause of this exception
-