Class SnapshotNotFoundException
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.SnapshotNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot that
has since been removed.
- Author:
- Keith Donald, Erwin Vervaet
- See Also:
-
Constructor Summary
ConstructorDescriptionSnapshotNotFoundException
(Serializable snapshotId) Creates a snapshot not found exception. -
Method Summary
Modifier and TypeMethodDescriptionThe id of the snapshot that was not found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotNotFoundException
Creates a snapshot not found exception.- Parameters:
snapshotId
- the snapshot id that could not be found
-
-
Method Details
-
getSnapshotId
The id of the snapshot that was not found.
-