ALBPM Process API (PAPI)

fuego.papi
Class ParticipantException

java.lang.Object
  extended byDefaultException
      extended byfuego.papi.OperationException
          extended byfuego.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

Constructor Summary
ParticipantException(String participantId)
          Creates a new ParticipantException object.
ParticipantException(String participantId, Throwable cause)
          Creates a new ParticipantException object.
 
Method Summary
 String getParticipantId()
          Returns the participant Id which produced the exception.
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getParticipantId

public String getParticipantId()
Returns the participant Id which produced the exception.

Returns:
participant Id which produced the exception.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved