fuego.papi.exception
Class InstanceAlreadySelectedException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceAlreadySelectedException
- Direct Known Subclasses:
- InstanceSelectedByOtherException
- public class InstanceAlreadySelectedException
- extends InstanceOperationException
A InstanceAlreadySelectedException is thrown when the instance has already
been selected by other participant.
- See Also:
- Serialized Form
|
Constructor Summary |
InstanceAlreadySelectedException(String instanceId,
String participantId)
Creates a new InstanceAlreadySelectedException with the given process identification,
instance internal number, thread internal number and particiant identification. |
InstanceAlreadySelectedException
public InstanceAlreadySelectedException(String instanceId,
String participantId)
- Creates a new InstanceAlreadySelectedException with the given process identification,
instance internal number, thread internal number and particiant identification.
- Parameters:
instanceId - Instance id that has been selected.participantId - Participant identification that has already selected the instance.
getParticipantId
public String getParticipantId()
- Returns the participant that has already selected the instance
- Returns:
- Participant Identification
© Copyright 1996/2005 Fuego Inc. All Rights Reserved