|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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.NoWorkArea
public class NoWorkArea
A NoWorkArea exception indicates that the method invoked on the
UserWorkArea
interface requires an active WorkArea. In other words, a WorkArea was not
begun prior to calling the method. For example doing a:
userWorkArea.remove("key");will fail in the absence of an active WorkArea; however doing a:
userWorkArea.begin("context"); userWorkArea.remove("key');will not throw a NoWorkArea exception.
Constructor Summary | |
---|---|
NoWorkArea()
|
|
NoWorkArea(java.lang.String s)
|
Method Summary |
---|
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 NoWorkArea()
public NoWorkArea(java.lang.String s)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |