fuego.papi.exception
Class NotExternalTaskException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.TaskOperationException
fuego.papi.exception.NotExternalTaskException
- public class NotExternalTaskException
- extends TaskOperationException
A NotExternalTaskException is thrown when a regular task is called using
prepareExternalTask() or commitExternalTask().
- See Also:
- Serialized Form
NotExternalTaskException
public NotExternalTaskException(String instanceId,
String activityId,
int taskNumber)
- Creates a new NotExternalTaskException
- Parameters:
instanceId - id of the instance that was being executedactivityId - id of the activitytaskNumber - task number
© Copyright 1996/2005 Fuego Inc. All Rights Reserved