Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.rmi
Class NotBoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weblogic.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

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

Parameters:
s - the string message.

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02