org.omg.CosNaming.NamingContextPackage

Class AlreadyBound

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

Constructor Detail

AlreadyBound

public AlreadyBound()
Creates the expection with no details.

AlreadyBound

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

Parameters: why