ALBPM Process API

fuego.papi
Class PropertyOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.OperationException
                  extended by fuego.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), 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
 
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()

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved