Class InvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sklsft.commons.api.exception.ApplicationException
org.sklsft.commons.api.exception.state.InvalidStateException
- All Implemented Interfaces:
Serializable
Exception thrown by state manager if an operation on an object is impossible due to its state
- Author:
- Nicolas Thibault
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidStateException(String message) InvalidStateException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.sklsft.commons.api.exception.ApplicationException
getHttpErrorCode, getMessage, setMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidStateException
-
InvalidStateException
-