fuego.papi
Class ParticipantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ParticipantException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbsentParticipantException, AbsentParticipantWithoutReplacementException, MaxAllowedParticipantConnectedException, NoRoleException, NotUniqueParticipantException, ParticipantAlreadyConnectedException, ParticipantHasNotRoleInProcessException, ParticipantNotFoundException, ParticipantNotInRoleException, ParticipantNotInTargetRoleException, ParticipantPasswordChangeException, PrivilegedOperationException
public class ParticipantException
- extends OperationException
This exception is the root for others more specific exceptions thrown during a
operation which involves a Participant.
For example, if a the Participant was already connected to a particular Engine, then the
ParticipantAlreadyConnectedException will be thrown by PAPI.
- See Also:
ProcessServiceSession,
Serialized Form
| Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
ParticipantException
public ParticipantException(String participant)
ParticipantException
public ParticipantException(String participant,
Throwable cause)
ParticipantException
public ParticipantException(String participant,
fuego.resources.Msg msg,
Throwable cause)
getParticipantId
public String getParticipantId()
© Copyright 1996-2008 Oracle Corporation