org.springframework.webflow.execution.repository.continuation
Class ContinuationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.webflow.core.FlowException
                      extended by org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
                          extended by 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

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, 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
 

Constructor Detail

ContinuationNotFoundException

public ContinuationNotFoundException(java.io.Serializable continuationId)
Creates a continuation not found exception.

Parameters:
continuationId - the continuation id that could not be found
Method Detail

getContinuationId

public java.io.Serializable getContinuationId()
Returns the continuation id that could not be found.



Copyright © 2004-2007. All Rights Reserved.