BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.webservice.context
Class ContextNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.webservice.context.ContextNotFoundException
All Implemented Interfaces:
Serializable

Deprecated. please migrate to jws for webservices

public class ContextNotFoundException
extends Exception

Exception generated when a specified context is not found.

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

Constructor Summary
ContextNotFoundException(String message)
          Deprecated. Creates a ContextNotFoundException when the context was not found.
 
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

ContextNotFoundException

public ContextNotFoundException(String message)
Deprecated. 
Creates a ContextNotFoundException when the context was not found.


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