Class StateMachineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.statemachine.StateMachineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MalformedConfigurationException, StateMachineEnsembleException

public class StateMachineException extends org.springframework.dao.NonTransientDataAccessException
General exception indicating a problem in interacting with statemachine.
See Also:
  • Constructor Details

    • StateMachineException

      public StateMachineException(IOException e)
      Constructs a generic StateMachineException.
      Parameters:
      e - the IOException
    • StateMachineException

      public StateMachineException(String message, Exception e)
      Constructs a generic StateMachineException.
      Parameters:
      message - the message
      e - the exception
    • StateMachineException

      public StateMachineException(String message, Throwable cause)
      Constructs a generic StateMachineException.
      Parameters:
      message - the message
      cause - the throwable cause
    • StateMachineException

      public StateMachineException(String message)
      Constructs a generic StateMachineException.
      Parameters:
      message - the message