public class FlowExecutionRestorationFailureException extends FlowExecutionAccessException
Constructor and Description |
---|
FlowExecutionRestorationFailureException(FlowExecutionKey flowExecutionKey,
Exception cause)
Creates a new flow execution restoration failure exception.
|
getFlowExecutionKey
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FlowExecutionRestorationFailureException(FlowExecutionKey flowExecutionKey, Exception cause)
flowExecutionKey
- the key of the execution that could not be restoredcause
- the root cause of the restoration failure