Class InvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.genie.agent.execution.exceptions.InvalidStateException
- All Implemented Interfaces:
Serializable
Unchecked exception thrown in case a state action is executed with an unexpected state.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidStateException
(String message) Constructor with message.InvalidStateException
(String message, Throwable cause) Constructor with message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidStateException
Constructor with message.- Parameters:
message
- a message
-
InvalidStateException
Constructor with message and cause.- Parameters:
message
- a messagecause
- a cause
-