fuego.papi.exception
Class ParticipantNotFoundException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.ParticipantException
fuego.papi.exception.ParticipantNotFoundException
- public class ParticipantNotFoundException
- extends ParticipantException
A ParticipantNotFoundException is thrown as a result of an
attempt to access an inexistent participant.
- See Also:
- Serialized Form
ParticipantNotFoundException
public ParticipantNotFoundException(String participant)
- Creates a new ParticipantNotFoundException with the given participant.
- Parameters:
participant - Participant name.
ParticipantNotFoundException
public ParticipantNotFoundException(String participant,
Throwable cause)
- Creates a new ParticipantNotFoundException with the given participant.
- Parameters:
participant - Participant name.cause - The original cause of this exception.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved