fuego.papi.exception
Class InstanceSelectedByOtherException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.InstanceOperationException
fuego.papi.exception.InstanceAlreadySelectedException
fuego.papi.exception.InstanceSelectedByOtherException
- public class InstanceSelectedByOtherException
- extends InstanceAlreadySelectedException
- See Also:
- Serialized Form
InstanceSelectedByOtherException
public InstanceSelectedByOtherException()
- Creates a new InstanceAlreadySelectedException with a default message.
InstanceSelectedByOtherException
public InstanceSelectedByOtherException(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.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved