public class ActionException extends java.lang.Exception implements ActionConstants
ActionException, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Deprecated.  
Class version string 
 | 
ERROR_RESPONSE_CONTINUE, ERROR_RESPONSE_DEFAULT, ERROR_RESPONSE_DELETE, EXECUTION_POLICY_COLLECTIVE, EXECUTION_POLICY_INDIVIDUAL| Constructor and Description | 
|---|
ActionException(FailedActionInfo pFailedActionInfo)
Deprecated.  
Constructs a new ActionException with the given FailedActionInfo,
 representing failure to execute an action for a single scenario
 instance. 
 | 
ActionException(FailedActionInfo[] pFailedActionInfos)
Deprecated.  
Constructs a new ActionException with the given array of
 FailedActionInfo objects, each of which represents failure to
 execute an action for a single scenario instance. 
 | 
ActionException(FailedActionInfo[] pFailedActionInfos,
               int pErrorResponse)
Deprecated.  
Constructs a new ActionException with the given array of
 FailedActionInfo objects and error response. 
 | 
ActionException(FailedActionInfo pFailedActionInfo,
               int pErrorResponse)
Deprecated.  
Constructs a new ActionException with the given FailedActionInfo
 and error response. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getErrorResponse()
Deprecated.  
Returns the desired error response. 
 | 
FailedActionInfo[] | 
getFailedActionInfos()
Deprecated.  
Returns the array of FailedActionInfo objects, each of which
 represents failure to execute an action for a single scenario
 instance. 
 | 
void | 
setErrorResponse(int pErrorResponse)
Deprecated.  
Sets the error response. 
 | 
public static java.lang.String CLASS_VERSION
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()