org.omg.CosNaming.NamingContextPackage
Class AlreadyBound
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyBound
public AlreadyBound()
- Creates the expection with no details.
AlreadyBound
public AlreadyBound(String why)
- Creates the exception, explaining the reason.
- Parameters:
why
-