Package org.ehcache

Class StateTransitionException

All Implemented Interfaces:
Serializable

public class StateTransitionException extends RuntimeException
Indicates that a state transition failed.
See Also:
  • Constructor Details

    • StateTransitionException

      public StateTransitionException(Throwable cause)
      Creates a StateTransitionException with the provided cause.
      Parameters:
      cause - the cause of this exception