|
|||||||||
| 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.core.NestedRuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
org.springframework.webflow.execution.repository.continuation.ContinuationNotFoundException
public class ContinuationNotFoundException
Thrown when no flow execution continuation exists within a continuation group with a particular id. This might occur if the continuation has expired or was explictly invalidated but a client's browser page cache still references it.
| Constructor Summary | |
|---|---|
ContinuationNotFoundException(java.io.Serializable continuationId)
Creates a continuation not found exception. |
|
| Method Summary | |
|---|---|
java.io.Serializable |
getContinuationId()
Returns the continuation id that could not be found. |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getCause, getMessage, getRootCause, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuationNotFoundException(java.io.Serializable continuationId)
continuationId - the continuation id that could not be found| Method Detail |
|---|
public java.io.Serializable getContinuationId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||