Package org.apache.mina.statemachine
Class NoSuchStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.statemachine.NoSuchStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchStateException extends java.lang.RuntimeExceptionException thrown byStateMachinewhen a transition in the state machine references a state which doesn't exist.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NoSuchStateException(java.lang.String stateId)Creates a new instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-