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