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

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.ContinuationCreationException
All Implemented Interfaces:
java.io.Serializable

public class ContinuationCreationException
extends FlowExecutionRepositoryException

Thrown when a continuation snapshot could not be taken of flow execution state.

Author:
Keith Donald
See Also:
Serialized Form

Constructor Summary
ContinuationCreationException(FlowExecution flowExecution, java.lang.String message, java.lang.Throwable cause)
          Creates a new continuation creation exception.
 
Method Summary
 FlowExecution getFlowExecution()
          Returns the flow execution that could not be snapshotted.
 
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

ContinuationCreationException

public ContinuationCreationException(FlowExecution flowExecution,
                                     java.lang.String message,
                                     java.lang.Throwable cause)
Creates a new continuation creation exception.

Parameters:
flowExecution - the flow execution
message - a descriptive message
cause - the cause
Method Detail

getFlowExecution

public FlowExecution getFlowExecution()
Returns the flow execution that could not be snapshotted.



Copyright © 2004-2007. All Rights Reserved.