| org.springframework.webflow.execution.FlowExecutionException org.springframework.webflow.engine.ActionExecutionException
ActionExecutionException | public ActionExecutionException(String flowId, String stateId, Action action, AttributeMap executionAttributes, Throwable cause)(Code) | | Create a new action execution exception.
Parameters: flowId - the current flow Parameters: stateId - the current state (may be null) Parameters: action - the action that generated an unrecoverable exception Parameters: executionAttributes - action execution properties that may have contributed to this failure Parameters: cause - the underlying cause |
ActionExecutionException | public ActionExecutionException(String flowId, String stateId, Action action, AttributeMap executionAttributes, String message, Throwable cause)(Code) | | Create a new action execution exception.
Parameters: flowId - the current flow Parameters: stateId - the current state (may be null) Parameters: action - the action that generated an unrecoverable exception Parameters: executionAttributes - action execution properties that may have contributed to this failure Parameters: message - a descriptive message Parameters: cause - the underlying cause |
|
|