public class SnapshotNotFoundException extends FlowExecutionRepositoryException
Constructor and Description |
---|
SnapshotNotFoundException(Serializable snapshotId)
Creates a snapshot not found exception.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
getSnapshotId()
The id of the snapshot that was not found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SnapshotNotFoundException(Serializable snapshotId)
snapshotId
- the snapshot id that could not be foundpublic Serializable getSnapshotId()