|
||||||||||
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.continuation.ContinuationCreationException
public class ContinuationCreationException
Thrown when a continuation snapshot could not be taken of flow execution state.
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, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContinuationCreationException(FlowExecution flowExecution, java.lang.String message, java.lang.Throwable cause)
flowExecution
- the flow executionmessage
- a descriptive messagecause
- the causeMethod Detail |
---|
public FlowExecution getFlowExecution()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |