Class NoSuchStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.statemachine.NoSuchStateException
- All Implemented Interfaces:
Serializable
Exception thrown by
StateMachine when a transition in the state
machine references a state which doesn't exist.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoSuchStateException
Creates a new instance.- Parameters:
stateId- the id of the state which could not be found.
-