org.springframework.webflow.execution.repository.continuation
Class ContinuationNotFoundException
java.lang.Object
java.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
- All Implemented Interfaces:
- java.io.Serializable
public class ContinuationNotFoundException
- extends FlowExecutionRepositoryException
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.
- Author:
- Keith Donald, Erwin Vervaet
- See Also:
- Serialized Form
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, getMostSpecificCause, 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 |
ContinuationNotFoundException
public ContinuationNotFoundException(java.io.Serializable continuationId)
- Creates a continuation not found exception.
- Parameters:
continuationId
- the continuation id that could not be found
getContinuationId
public java.io.Serializable getContinuationId()
- Returns the continuation id that could not be found.
Copyright © 2004-2007. All Rights Reserved.