Name

AlreadyBoundException

Synopsis

An exception that is thrown when an attempt is made to bind an object to a name that is already bound.

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

Thrown By

Naming.bind(), java.rmi.registry.Registry.bind()

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.