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
General exception indicating a problem in ensemble.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new state machine ensemble exception.StateMachineEnsembleException
(String message) Instantiates a new state machine ensemble exception.StateMachineEnsembleException
(String message, Exception e) Instantiates a new state machine ensemble exception.StateMachineEnsembleException
(String message, Throwable cause) Instantiates a new state machine ensemble exception. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StateMachineEnsembleException
Instantiates a new state machine ensemble exception.- Parameters:
e
- the e
-
StateMachineEnsembleException
Instantiates a new state machine ensemble exception.- Parameters:
message
- the messagee
- the e
-
StateMachineEnsembleException
Instantiates a new state machine ensemble exception.- Parameters:
message
- the messagecause
- the cause
-
StateMachineEnsembleException
Instantiates a new state machine ensemble exception.- Parameters:
message
- the message
-