org.omg.CosNaming.NamingContextPackage
Class AlreadyBound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CosNaming.NamingContextPackage.AlreadyBound
All Implemented Interfaces:
Serializable, IDLEntity

public final class AlreadyBound
extends UserException
implements IDLEntity

The exception is thrown in response to bind the same object into the same context repeatedly under the different name. The object can have only one name in the context.

See Also:
Serialized Form

Constructor Summary
AlreadyBound()
          Creates the expection with no details.
AlreadyBound(String why)
          Creates the exception, explaining the reason.
 
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

AlreadyBound

public AlreadyBound()
Creates the expection with no details.


AlreadyBound

public AlreadyBound(String why)
Creates the exception, explaining the reason.

Parameters:
why -