Class StateMachineCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.statemachine.StateMachineCreationException
- All Implemented Interfaces:
Serializable
Exception thrown by
StateMachineFactory when a StateMachine
could not be constructed for some reason.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStateMachineCreationException(String message) Creates a new instance.StateMachineCreationException(String message, Throwable cause) /** Creates a new instance. -
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
-
StateMachineCreationException
Creates a new instance.- Parameters:
message- the message.
-
StateMachineCreationException
-