|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.exception.DistributedException
com.ibm.websphere.workarea.WorkAreaException
com.ibm.websphere.workarea.NotOriginator
The NotOriginator exception enforces a concept integral to the WorkArea service; context may only be modified within the process (client, servlet, bean) that created the boundary. If a WorkArea is begun on a client and populated with a single property: userWorkArea.begin("client"); userWorkArea.set("key", "value"); only that client may set context into, remove context from, or complete that WorkArea; any attempt to do so during the processing of a remote call will throw a NotOriginator. Downstream nodes may override imported context by beginning a nested WorkArea and setting a new property with the same key; these changes will not be returned to the invoking process at the end of the remote call.
Constructor Summary | |
---|---|
NotOriginator()
|
|
NotOriginator(java.lang.String s)
|
Methods inherited from class com.ibm.websphere.exception.DistributedException |
---|
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NotOriginator()
public NotOriginator(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |