fuego.papi.exception
Class TaskNotFoundException
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.TaskNotFoundException
- All Implemented Interfaces:
- Serializable
public class TaskNotFoundException
- extends InstanceOperationException
A TaskNotFoundException
is thrown as a result of an
attempt to access an inexistent task.
- See Also:
- Serialized Form
Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
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.
TaskNotFoundException
public TaskNotFoundException(String instanceId,
String taskId,
String activityId)
- Creates a new TaskNotFoundException with the default message.
- Parameters:
instanceId
- instance identification.taskId
- Task name.activityId
- Activity identification.
getActivityId
public String getActivityId()
getTaskNumber
public int getTaskNumber()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved