org.springframework.webflow.execution.repository.snapshot
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
public class SnapshotUnmarshalException
- extends FlowExecutionRepositoryException
Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.
- Author:
- Keith Donald
- See Also:
FlowExecutionSnapshot
,
FlowExecution
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SnapshotUnmarshalException
public SnapshotUnmarshalException(String message,
Throwable cause)
- Creates a new flow execution unmarshalling exception.
- Parameters:
message
- the exception messagecause
- the cause