|
Spring Web Flow | ||||||||
| 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.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
public abstract class FlowExecutionRepositoryException
The root of the FlowExecutionRepository exception hierarchy. Indicates a problem occured either saving,
restoring, or invalidating a managed flow execution.
| Constructor Summary | |
|---|---|
FlowExecutionRepositoryException(java.lang.String message)
Creates a new flow execution repository exception. |
|
FlowExecutionRepositoryException(java.lang.String message,
java.lang.Throwable cause)
Creates a new flow execution repository exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 FlowExecutionRepositoryException(java.lang.String message)
message - a descriptive message
public FlowExecutionRepositoryException(java.lang.String message,
java.lang.Throwable cause)
message - a descriptive messagecause - the root cause of the problem
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||