Name

AlreadyBound

Synopsis

This exception is thrown by the bind(), bind_context() and bind_new_context() methods on NamingContext when you attempt to bind an object to a name that already has an object bound to it.

                  Exceptions
public final class AlreadyBound extends org.omg.CORBA.UserException {
// Public Constructors
   public AlreadyBound();  
   public AlreadyBound( String $reason);                         // 1.4
}

Passed To

AlreadyBoundHelper.{insert(), write()}, AlreadyBoundHolder.AlreadyBoundHolder()

Returned By

AlreadyBoundHelper.{extract(), read()}

Thrown By

_NamingContextExtStub.{bind(), bind_context(), bind_new_context()}, _NamingContextStub.{bind(), bind_context(), bind_new_context()}, NamingContextOperations.{bind(), bind_context(), bind_new_context()}

Type Of

AlreadyBoundHolder.value

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.