Package org.springframework.statemachine
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 Summary
ConstructorDescriptionConstructs a generic StateMachineException.StateMachineException
(String message) Constructs a generic StateMachineException.StateMachineException
(String message, Exception e) Constructs a generic StateMachineException.StateMachineException
(String message, Throwable cause) Constructs a generic StateMachineException. -
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
-
StateMachineException
Constructs a generic StateMachineException.- Parameters:
e
- theIOException
-
StateMachineException
Constructs a generic StateMachineException.- Parameters:
message
- the messagee
- the exception
-
StateMachineException
Constructs a generic StateMachineException.- Parameters:
message
- the messagecause
- the throwable cause
-
StateMachineException
Constructs a generic StateMachineException.- Parameters:
message
- the message
-