org.springframework.webflow.execution.repository
Class FlowExecutionRepositoryException
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
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BadlyFormattedFlowExecutionKeyException, ContinuationCreationException, ContinuationNotFoundException, ContinuationUnmarshalException, FlowExecutionAccessException, InvalidContinuationIdException
public abstract class FlowExecutionRepositoryException
- extends FlowException
The root of the FlowExecutionRepository
exception hierarchy. Indicates a problem occured either saving,
restoring, or invalidating a managed flow execution.
- Author:
- Erwin Vervaet, 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 |
FlowExecutionRepositoryException
public FlowExecutionRepositoryException(java.lang.String message)
- Creates a new flow execution repository exception.
- Parameters:
message
- a descriptive message
FlowExecutionRepositoryException
public FlowExecutionRepositoryException(java.lang.String message,
java.lang.Throwable cause)
- Creates a new flow execution repository exception.
- Parameters:
message
- a descriptive messagecause
- the root cause of the problem
Copyright © 2004-2007. All Rights Reserved.