| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.scenario.action.ActionException
public class ActionException
An exception that can occur when executing a scenario Action, either on a single scenario instance, or on a batch of instances.
ActionException, 
Serialized Form| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Deprecated. Class version string  | 
| Fields inherited from interface atg.scenario.action.ActionConstants | 
|---|
ERROR_RESPONSE_CONTINUE, ERROR_RESPONSE_DEFAULT, ERROR_RESPONSE_DELETE, EXECUTION_POLICY_COLLECTIVE, EXECUTION_POLICY_INDIVIDUAL | 
| Constructor Summary | |
|---|---|
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.  | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ActionException(FailedActionInfo pFailedActionInfo)
public ActionException(FailedActionInfo pFailedActionInfo,
                       int pErrorResponse)
public ActionException(FailedActionInfo[] pFailedActionInfos)
public ActionException(FailedActionInfo[] pFailedActionInfos,
                       int pErrorResponse)
| Method Detail | 
|---|
public int getErrorResponse()
public void setErrorResponse(int pErrorResponse)
public FailedActionInfo[] getFailedActionInfos()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||