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