fuego.papi.exception
Class TaskNotFoundException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.TaskNotFoundException
- public class TaskNotFoundException
- extends InstanceOperationException
A TaskNotFoundException is thrown as a result of an
attempt to access an inexistent task.
- See Also:
- Serialized Form
TaskNotFoundException
public TaskNotFoundException(String instanceId,
int taskNumber,
String activityId)
- Creates a new TaskNotFoundException with the default message.
- Parameters:
instanceId - instance identification.taskNumber - Task number.activityId - Activity identification.
getActivityId
public String getActivityId()
getTaskNumber
public int getTaskNumber()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved