Package org.ehcache
Class StateTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ehcache.StateTransitionException
- All Implemented Interfaces:
Serializable
Indicates that a state transition failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aStateTransitionExceptionwith the provided 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
-
StateTransitionException
Creates aStateTransitionExceptionwith the provided cause.- Parameters:
cause- the cause of this exception
-