public class ActionExecutionException extends FlowExecutionException
Action,
Serialized Form| Constructor 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, getStateIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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