fuego.papi
Class ParticipantException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ParticipantException
- Direct Known Subclasses:
- AbsentParticipantException, AbsentParticipantWithoutReplacementException, MaxAllowedParticipantConnectedException, NoRoleException, NotUniqueParticipantException, ParticipantAlreadyConnectedException, ParticipantHasNotRoleInProcessException, ParticipantNotFoundException, ParticipantNotInRoleException, ParticipantNotInTargetRoleException, PrivilegedOperationException
- public class ParticipantException
- extends OperationException
Superclass of Participant Exceptions.
This exception is thrown during a operation which involves a Participant.
- See Also:
- Serialized Form
ParticipantException
public ParticipantException(String participantId)
- Creates a new ParticipantException object.
- Parameters:
participantId - Id of the participant which produced the exception.
ParticipantException
public ParticipantException(String participantId,
Throwable cause)
- Creates a new ParticipantException object.
- Parameters:
participantId - participant Id which produced the exception.cause - the problem which generated the exception.
getParticipantId
public String getParticipantId()
- Returns the participant Id which produced the exception.
- Returns:
- participant Id which produced the exception.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved