ALBPM Process API (PAPI)

fuego.papi
Class PropertyOperationException

java.lang.Object
  extended byDefaultException
      extended byfuego.papi.OperationException
          extended byfuego.papi.PropertyOperationException
Direct Known Subclasses:
PropertyValueSerializationException

public class PropertyOperationException
extends OperationException

A property is associated with a participant in the directory service. A participant has properties stored in the directory.
All of the methods which interact with the participant properties in the directory service are available through the PAPI session.

This exception is thrown when any of those methods receive an error from the directory.

See Also:
ProcessServiceSession.storeView(View), ProcessServiceSession.storePresentation(Presentation), ProcessServiceNESession.retrieveUserProperties(String), ProcessServiceNESession.storeUserProperties(String, java.util.Map), Serialized Form

Constructor Summary
PropertyOperationException(String participantId, Throwable cause)
           
 
Method Summary
 String getParticipantId()
           
 
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

PropertyOperationException

public PropertyOperationException(String participantId,
                                  Throwable cause)
Method Detail

getParticipantId

public String getParticipantId()

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved