public class SnapshotNotFoundException extends FlowExecutionRepositoryException
Constructor and Description |
---|
SnapshotNotFoundException(java.io.Serializable snapshotId)
Creates a snapshot not found exception.
|
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getSnapshotId()
The id of the snapshot that was not found.
|