Class SnapshotCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException
- All Implemented Interfaces:
Serializable
Thrown when a continuation snapshot could not be taken of flow execution state.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
ConstructorDescriptionSnapshotCreationException
(FlowExecution flowExecution, String message, Throwable cause) Creates a new snapshot creation exception. -
Method Summary
Modifier and TypeMethodDescriptionReturns the flow execution that could not be snapshotted.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotCreationException
Creates a new snapshot creation exception.- Parameters:
flowExecution
- the flow executionmessage
- a descriptive messagecause
- the cause
-
-
Method Details
-
getFlowExecution
Returns the flow execution that could not be snapshotted.
-