Name

NotBoundException

Synopsis

An exception that is thrown by a Naming instance when a lookup is attempted using a name with no object bound to it.

                  Thrown By
public class NotBoundException extends Exception {
// Public Constructors
   public NotBoundException();  
   public NotBoundException( String s);  
}

Thrown By

Naming.{lookup(), unbind()}, java.rmi.registry.Registry.{lookup(), unbind()}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.