org.ehcache
Class StateTransitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ehcache.StateTransitionException
All Implemented Interfaces:
java.io.Serializable

public class StateTransitionException
extends java.lang.RuntimeException

Indicates that a state transition failed.

See Also:
Serialized Form

Constructor Summary
StateTransitionException(java.lang.Throwable cause)
          Creates a StateTransitionException with the provided cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateTransitionException

public StateTransitionException(java.lang.Throwable cause)
Creates a StateTransitionException with the provided cause.

Parameters:
cause - the cause of this exception