BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.rmi
Class NotBoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.rmi.NotBoundException

public class NotBoundException
extends java.lang.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.

Author:
Copyright (c) 1997-1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
NotBoundException()
          Constructs an Exception without a message.
NotBoundException(java.lang.String s)
          Constructs an Exception with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotBoundException

public NotBoundException()
Constructs an Exception without a message.

NotBoundException

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

Parameters:
s - String message

Documentation is available at
http://www.weblogic.com/docs51