Package org.apache.mina.statemachine
Class StateMachineCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.statemachine.StateMachineCreationException
-
- All Implemented Interfaces:
java.io.Serializable
public class StateMachineCreationException extends java.lang.RuntimeExceptionException thrown byStateMachineFactorywhen aStateMachinecould not be constructed for some reason.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description StateMachineCreationException(java.lang.String message)Creates a new instance.StateMachineCreationException(java.lang.String message, java.lang.Throwable cause)/** Creates a new instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StateMachineCreationException
public StateMachineCreationException(java.lang.String message)
Creates a new instance.- Parameters:
message- the message.
-
StateMachineCreationException
public StateMachineCreationException(java.lang.String message, java.lang.Throwable cause)/** Creates a new instance.- Parameters:
message- the message.cause- the cause.
-
-