public class ActionException extends java.lang.Exception implements ActionConstants
Action, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
ERROR_RESPONSE_CONTINUE, ERROR_RESPONSE_DEFAULT, ERROR_RESPONSE_DELETE, ERROR_RESPONSE_INSTANCE_DELETED, ERROR_RESPONSE_RETRY, EXECUTION_POLICY_COLLECTIVE, EXECUTION_POLICY_INDIVIDUAL| Constructor and Description | 
|---|
| ActionException(FailedActionInfo pFailedActionInfo)Constructs a new ActionException with the given FailedActionInfo,
 representing failure to execute an action for a single process
 instance. | 
| ActionException(FailedActionInfo[] pFailedActionInfos)Constructs a new ActionException with the given array of
 FailedActionInfo objects, each of which represents failure to
 execute an action for a single process instance. | 
| ActionException(FailedActionInfo[] pFailedActionInfos,
               int pErrorResponse)Constructs a new ActionException with the given array of
 FailedActionInfo objects and error response. | 
| ActionException(FailedActionInfo pFailedActionInfo,
               int pErrorResponse)Constructs a new ActionException with the given FailedActionInfo
 and error response. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getErrorResponse()Returns the desired error response. | 
| FailedActionInfo[] | getFailedActionInfos()Returns the array of FailedActionInfo objects, each of which
 represents failure to execute an action for a single process
 instance. | 
| java.lang.String | getMessage() | 
| void | setErrorResponse(int pErrorResponse)Sets the error response. | 
public ActionException(FailedActionInfo pFailedActionInfo)
public ActionException(FailedActionInfo pFailedActionInfo, int pErrorResponse)
public ActionException(FailedActionInfo[] pFailedActionInfos)
public ActionException(FailedActionInfo[] pFailedActionInfos, int pErrorResponse)
public int getErrorResponse()
public void setErrorResponse(int pErrorResponse)
public FailedActionInfo[] getFailedActionInfos()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()