Class SnapshotUnmarshalException
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.SnapshotUnmarshalException
- All Implemented Interfaces:
Serializable
Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
ConstructorDescriptionSnapshotUnmarshalException
(String message, Throwable cause) Creates a new flow execution unmarshalling exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotUnmarshalException
Creates a new flow execution unmarshalling exception.- Parameters:
message
- the exception messagecause
- the cause
-