com.ibm.websphere.workarea

Class NoWorkArea

  • All Implemented Interfaces:
    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. 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.
    Version:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • NoWorkArea

        public NoWorkArea()
      • NoWorkArea

        public NoWorkArea(java.lang.String s)
IBM WebSphere Application ServerTM
Release 8.5