public class ActionExecutionException extends FlowExecutionException
Action
,
Serialized FormConstructor and Description |
---|
ActionExecutionException(java.lang.String flowId,
java.lang.String stateId,
Action action,
AttributeMap executionAttributes,
java.lang.String message,
java.lang.Throwable cause)
Create a new action execution exception.
|
ActionExecutionException(java.lang.String flowId,
java.lang.String stateId,
Action action,
AttributeMap executionAttributes,
java.lang.Throwable cause)
Create a new action execution exception.
|
getFlowId, getStateId
public ActionExecutionException(java.lang.String flowId, java.lang.String stateId, Action action, AttributeMap executionAttributes, java.lang.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(java.lang.String flowId, java.lang.String stateId, Action action, AttributeMap executionAttributes, java.lang.String message, java.lang.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