|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.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
public class SnapshotNotFoundException
Thrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot that has since been removed.
| Constructor Summary | |
|---|---|
SnapshotNotFoundException(java.io.Serializable snapshotId)
Creates a snapshot not found exception. |
|
| Method Summary | |
|---|---|
java.io.Serializable |
getSnapshotId()
The id of the snapshot that was not found. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SnapshotNotFoundException(java.io.Serializable snapshotId)
snapshotId - the snapshot id that could not be found| Method Detail |
|---|
public java.io.Serializable getSnapshotId()
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||