|
|||||||||
| 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.support.InvalidContinuationIdException
public class InvalidContinuationIdException
Thrown when no flow execution continuation exists with the provided 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 | |
|---|---|
InvalidContinuationIdException(java.io.Serializable continuationId)
Creates an invalid continuation id exception. |
|
| Method Summary | |
|---|---|
java.io.Serializable |
getContinuationId()
Returns the continuation id. |
| 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 InvalidContinuationIdException(java.io.Serializable continuationId)
continuationId - the invalid continuation id| Method Detail |
|---|
public java.io.Serializable getContinuationId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||