org.springframework.webflow.execution.repository.snapshot
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
public class SnapshotCreationException
- extends FlowExecutionRepositoryException
Thrown when a continuation snapshot could not be taken of flow execution state.
- Author:
- Keith Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SnapshotCreationException
public SnapshotCreationException(FlowExecution flowExecution,
String message,
Throwable cause)
- Creates a new snapshot creation exception.
- Parameters:
flowExecution
- the flow executionmessage
- a descriptive messagecause
- the cause
getFlowExecution
public FlowExecution getFlowExecution()
- Returns the flow execution that could not be snapshotted.