com.ibm.websphere.workarea
Class NoWorkArea

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.exception.DistributedException
              extended bycom.ibm.websphere.workarea.WorkAreaException
                  extended bycom.ibm.websphere.workarea.NoWorkArea
All Implemented Interfaces:
com.ibm.websphere.exception.DistributedExceptionEnabled, java.io.Serializable

public class NoWorkArea
extends WorkAreaException

A NoWorkArea exception indicates that the method invoked on the UserWorkArea interface requires an active WorkArea. For example, userWorkArea.remove("key"); will fail in the absence of an active WorkArea; however, userWorkArea.begin("context"); userWorkArea.remove("key'); will not throw a NoWorkArea exception.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
NoWorkArea()
           
NoWorkArea(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

NoWorkArea

public NoWorkArea()

NoWorkArea

public NoWorkArea(java.lang.String s)