| 
 | |||||||||
| 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.process.action.ActionException
public class ActionException
An exception that can occur when executing a process Action, either on a single process instance, or on a batch of instances.
Action, 
Serialized Form| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Fields inherited from interface atg.process.action.ActionConstants | 
|---|
| ERROR_RESPONSE_CONTINUE, ERROR_RESPONSE_DEFAULT, ERROR_RESPONSE_DELETE, ERROR_RESPONSE_INSTANCE_DELETED, ERROR_RESPONSE_RETRY, EXECUTION_POLICY_COLLECTIVE, EXECUTION_POLICY_INDIVIDUAL | 
| Constructor Summary | |
|---|---|
| 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. | |
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, 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()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||