org.springframework.webflow.execution.repository.continuation
Class ContinuationCreationException
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.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
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 |
ContinuationCreationException
public ContinuationCreationException(FlowExecution flowExecution,
java.lang.String message,
java.lang.Throwable cause)
- Creates a new continuation creation exception.
- Parameters:
flowExecution
- the flow executionmessage
- a descriptive messagecause
- the cause
getFlowExecution
public FlowExecution getFlowExecution()
- Returns the flow execution that could not be snapshotted.
Copyright © 2004-2007. All Rights Reserved.