org.omg.CosNaming.NamingContextPackage

Class AlreadyBound

public final class AlreadyBound extends UserException

This exception is raised when you try to bind a naming context or an object and if it is already bound. In this case, if you want to update this node information you have to use a rebind operation.
Constructor Summary
AlreadyBound()
Default constructor
AlreadyBound(String orb_reason)
Full constructor with fields initialization

Constructor Detail

AlreadyBound

public AlreadyBound()
Default constructor

AlreadyBound

public AlreadyBound(String orb_reason)
Full constructor with fields initialization