fuego.papi.exception
Class InstanceNotGrabbedException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceNotGrabbedException
- public class InstanceNotGrabbedException
- extends InstanceOperationException
An InstanceNotGrabbedException is thrown as a result of an
attempt to grab an instance that cannot be grabbed.
- See Also:
- Serialized Form
|
Constructor Summary |
InstanceNotGrabbedException(String instanceId)
Creates a new InstanceNotGrabbedException with the given instance identification. |
InstanceNotGrabbedException(String instanceId,
String participantId)
Creates a new InstanceNotGrabbedException with the given instance identification was grabbed
and participant identification that grabbed the instance. |
InstanceNotGrabbedException
public InstanceNotGrabbedException(String instanceId)
- Creates a new InstanceNotGrabbedException with the given instance identification.
- Parameters:
instanceId - Instance identification.
InstanceNotGrabbedException
public InstanceNotGrabbedException(String instanceId,
String participantId)
- Creates a new InstanceNotGrabbedException with the given instance identification was grabbed
and participant identification that grabbed the instance.
- Parameters:
instanceId - Instance identification.participantId - Participant identification.
getParticipantId
public String getParticipantId()
- Returns the participant that grabbed the instance.
- Returns:
- Participant Identification
© Copyright 1996/2005 Fuego Inc. All Rights Reserved