In this section we will discuss about the class hierarchy of AlreadyBoundException Class in Java.
Java AlreadyBoundException Class Hierarchy Diagram
In this section we will discuss about the class hierarchy of AlreadyBoundException Class in Java.
This class extends the java.lang.Exception class. This exception occurs when tried to bind an object to a name in the registry which has already associated binding. A class hierarchy diagram is given below :
Constructor Detail
AlreadyBoundException() | This is default constructor which creates a new AlreadyBoundException object
which doesn't contains the detail message. Syntax : public AlreadyBoundException() |
AlreadyBoundException(String s) | This constructor creates a new AlreadyBoundException object with the given
message. Syntax : public AlreadyBoundException(String s) |
Method Detail
This class doesn't define its own method. Methods in this class are inherited from its parent classes.