BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.workarea
Class NoWorkContextException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.workarea.NoWorkContextException
All Implemented Interfaces:
Serializable

public class NoWorkContextException
extends Exception

NoWorkContextException is thrown when WorkContextMap functions that require a WorkContext are invoked without an existing WorkContext.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
NoWorkContextException()
           
NoWorkContextException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoWorkContextException

public NoWorkContextException()

NoWorkContextException

public NoWorkContextException(String msg)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.