BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.rmi
Class NotBoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.rmi.NotBoundException
All Implemented Interfaces:
Serializable

Deprecated. 9.0.0.0 Replaced by java.rmi.NotBoundException

public final class NotBoundException
extends Exception

Class for Exceptions thrown when a remote invocation is attempted on an object that is not bound to the expected name in the registry.

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

Constructor Summary
NotBoundException()
          Deprecated. Constructs an Exception without a message.
NotBoundException(String s)
          Deprecated. Constructs an Exception with the specified message.
 
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

NotBoundException

public NotBoundException()
Deprecated. 
Constructs an Exception without a message.


NotBoundException

public NotBoundException(String s)
Deprecated. 
Constructs an Exception with the specified message.


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