fuego.papi.exception
Class InstanceSentByAbortActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceSentException
fuego.papi.exception.InstanceSentByAbortActionException
- All Implemented Interfaces:
- Serializable
public class InstanceSentByAbortActionException
- extends InstanceSentException
This exception is thrown when the instance was aborted with an action = ABORT.
Ex.: The instance aborted because the CIL executed an action = ABORT.
- See Also:
- Serialized Form
Constructor Summary |
InstanceSentByAbortActionException(InstanceInfo instanceInfo,
String instanceId,
String activityId,
int taskIn,
String cilName,
DynamicObject outputArguments)
Constructor |
InstanceSentByAbortActionException(String instanceId,
String activityId,
int taskIn,
String cilName)
Deprecated. use InstanceSentByAbortActionException(InstanceInfo, String,String,int,String,DynamicObject) instead. |
Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
InstanceSentByAbortActionException
@Deprecated
public InstanceSentByAbortActionException(String instanceId,
String activityId,
int taskIn,
String cilName)
- Deprecated. use
InstanceSentByAbortActionException(InstanceInfo, String,String,int,String,DynamicObject)
instead.
- Constructor
- Parameters:
instanceId
- Instance identification where was executed the CIL.activityId
- Activity identification of the task.taskIn
- Task number executed.cilName
- Name of the CIL where the action was generated.
InstanceSentByAbortActionException
public InstanceSentByAbortActionException(InstanceInfo instanceInfo,
String instanceId,
String activityId,
int taskIn,
String cilName,
DynamicObject outputArguments)
- Constructor
- Parameters:
instanceId
- Instance identification of the instance used to execute the CILactivityId
- Activity owner of the tasktaskIn
- Task number of the task executedcilName
- Name of the CIL where the action was generatedoutputArguments
- Output arguments returned by the CIL execution
© Copyright 1996/2005 Fuego Inc. All Rights Reserved