Class StateMachineCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.statemachine.StateMachineCreationException
All Implemented Interfaces:
Serializable

public class StateMachineCreationException extends RuntimeException
Exception thrown by StateMachineFactory when a StateMachine could not be constructed for some reason.
See Also:
  • Field Details

  • Constructor Details

    • StateMachineCreationException

      public StateMachineCreationException(String message)
      Creates a new instance.
      Parameters:
      message - the message.
    • StateMachineCreationException

      public StateMachineCreationException(String message, Throwable cause)
      /** Creates a new instance.
      Parameters:
      message - the message.
      cause - the cause.