public class ActionExecutionException extends FlowExecutionException
Action
,
Serialized FormConstructor and Description |
---|
ActionExecutionException(String flowId,
String stateId,
Action action,
AttributeMap executionAttributes,
String message,
Throwable cause)
Create a new action execution exception.
|
ActionExecutionException(String flowId,
String stateId,
Action action,
AttributeMap executionAttributes,
Throwable cause)
Create a new action execution exception.
|
getFlowId, getStateId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActionExecutionException(String flowId, String stateId, Action action, AttributeMap executionAttributes, Throwable cause)
flowId
- the current flowstateId
- the current state (may be null)action
- the action that generated an unrecoverable exceptionexecutionAttributes
- action execution properties that may have contributed to this failurecause
- the underlying causepublic ActionExecutionException(String flowId, String stateId, Action action, AttributeMap executionAttributes, String message, Throwable cause)
flowId
- the current flowstateId
- the current state (may be null)action
- the action that generated an unrecoverable exceptionexecutionAttributes
- action execution properties that may have contributed to this failuremessage
- a descriptive messagecause
- the underlying cause