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