fuego.papi.exception
Class TaskCompletedException
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.TaskOperationException
fuego.papi.exception.TaskCompletedException
- All Implemented Interfaces:
- Serializable
public class TaskCompletedException
- extends TaskOperationException
A TaskCompletedException is thrown when the task has already
been completed by other participant.
- See Also:
- Serialized Form
Constructor Summary |
TaskCompletedException(String instanceId,
String activityId,
int taskNumber)
Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber. |
TaskCompletedException(String instanceId,
String activityId,
int taskNumber,
String participantId)
Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber. |
Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
TaskCompletedException
public TaskCompletedException(String instanceId,
String activityId,
int taskNumber)
- Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber.
- Parameters:
instanceId
- Instance IdactivityId
- Activity IdtaskNumber
- Task number.
TaskCompletedException
public TaskCompletedException(String instanceId,
String activityId,
int taskNumber,
String participantId)
- Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber.
- Parameters:
instanceId
- Instance identification.activityId
- Activity identification.taskNumber
- Task number.participantId
- User executed task.
getParticipantId
public String getParticipantId()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved