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