public abstract class FlowExecutionAccessException extends FlowExecutionRepositoryException
Constructor and Description |
---|
FlowExecutionAccessException(FlowExecutionKey flowExecutionKey,
java.lang.String message)
Creates a new flow execution access exception.
|
FlowExecutionAccessException(FlowExecutionKey flowExecutionKey,
java.lang.String message,
java.lang.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.
|
public FlowExecutionAccessException(FlowExecutionKey flowExecutionKey, java.lang.String message)
flowExecutionKey
- the key of the execution that could not be accessedmessage
- a descriptive messagepublic FlowExecutionAccessException(FlowExecutionKey flowExecutionKey, java.lang.String message, java.lang.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()