Fuego Process API

fuego.papi
Class PropertyOperationException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended byfuego.lang.DefaultException

              extended byfuego.papi.OperationException

                  extended byfuego.papi.PropertyOperationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyValueSerializationException

public class PropertyOperationException
extends OperationException

A Property is associated with a participant in the Directory service. A participant can have a lot of these properties stored there.
All 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 receives 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 fuego.lang.DefaultException
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, hasTechnicalDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyOperationException


public PropertyOperationException(String participantId,
                                  Throwable cause)
Method Detail

getParticipantId


public String getParticipantId()

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved