Class FlowExecutionRepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadlyFormattedFlowExecutionKeyException, FlowExecutionAccessException, SnapshotCreationException, SnapshotNotFoundException, SnapshotUnmarshalException

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:
  • Constructor Details

    • FlowExecutionRepositoryException

      public FlowExecutionRepositoryException(String message)
      Creates a new flow execution repository exception.
      Parameters:
      message - a descriptive message
    • FlowExecutionRepositoryException

      public FlowExecutionRepositoryException(String message, Throwable cause)
      Creates a new flow execution repository exception.
      Parameters:
      message - a descriptive message
      cause - the root cause of the problem