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