|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.PropertyOperationException
public class PropertyOperationException
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.
ProcessServiceSession.storeView(View)
,
ProcessServiceSession.storePresentation(Presentation)
,
Serialized FormConstructor 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 |
---|
public PropertyOperationException(String participantId, Throwable cause)
Method Detail |
---|
public String getParticipantId()
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |