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 SummaryConstructorsConstructorDescriptionConstructor.GenieInvalidStatusException(String message) Constructor.GenieInvalidStatusException(String message, Throwable cause) Constructor.Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GenieInvalidStatusExceptionpublic GenieInvalidStatusException()Constructor.
- 
GenieInvalidStatusExceptionConstructor.- Parameters:
- message- The detail message
 
- 
GenieInvalidStatusExceptionConstructor.- Parameters:
- message- The detail message
- cause- The root cause of this exception
 
- 
GenieInvalidStatusExceptionConstructor.- Parameters:
- cause- The root cause of this exception
 
 
-