public abstract class FlowExecutionRepositoryException extends FlowException
FlowExecutionRepository
exception hierarchy. Indicates a problem occured either saving,
restoring, or invalidating a managed flow execution.Constructor and Description |
---|
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.
|
public FlowExecutionRepositoryException(java.lang.String message)
message
- a descriptive messagepublic FlowExecutionRepositoryException(java.lang.String message, java.lang.Throwable cause)
message
- a descriptive messagecause
- the root cause of the problem