Class StateMachineEnsembleException

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
org.springframework.statemachine.ensemble.StateMachineEnsembleException
All Implemented Interfaces:
Serializable

public class StateMachineEnsembleException extends StateMachineException
General exception indicating a problem in ensemble.
Author:
Janne Valkealahti
See Also:
  • Constructor Details

    • StateMachineEnsembleException

      public StateMachineEnsembleException(IOException e)
      Instantiates a new state machine ensemble exception.
      Parameters:
      e - the e
    • StateMachineEnsembleException

      public StateMachineEnsembleException(String message, Exception e)
      Instantiates a new state machine ensemble exception.
      Parameters:
      message - the message
      e - the e
    • StateMachineEnsembleException

      public StateMachineEnsembleException(String message, Throwable cause)
      Instantiates a new state machine ensemble exception.
      Parameters:
      message - the message
      cause - the cause
    • StateMachineEnsembleException

      public StateMachineEnsembleException(String message)
      Instantiates a new state machine ensemble exception.
      Parameters:
      message - the message