public abstract class FlowExecutionAccessException extends FlowExecutionRepositoryException
| Constructor and Description |
|---|
FlowExecutionAccessException(FlowExecutionKey flowExecutionKey,
String message)
Creates a new flow execution access exception.
|
FlowExecutionAccessException(FlowExecutionKey flowExecutionKey,
String message,
Exception cause)
Creates a new flow execution access exception.
|
| Modifier and Type | Method and Description |
|---|---|
FlowExecutionKey |
getFlowExecutionKey()
Returns key of the flow execution that could not be accessed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FlowExecutionAccessException(FlowExecutionKey flowExecutionKey, String message)
flowExecutionKey - the key of the execution that could not be accessedmessage - a descriptive messagepublic FlowExecutionAccessException(FlowExecutionKey flowExecutionKey, String message, Exception cause)
flowExecutionKey - the key of the execution that could not be accessedmessage - a descriptive messagecause - the root cause of the access failurepublic FlowExecutionKey getFlowExecutionKey()