org.springframework.webflow.execution.repository.snapshot
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
public class SnapshotNotFoundException
- extends FlowExecutionRepositoryException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SnapshotNotFoundException
public SnapshotNotFoundException(Serializable snapshotId)
- Creates a snapshot not found exception.
- Parameters:
snapshotId
- the snapshot id that could not be found
getSnapshotId
public Serializable getSnapshotId()
- The id of the snapshot that was not found.