Home Java Exceptions Java AlreadyBoundException Class Hierarchy Diagram



Java AlreadyBoundException Class Hierarchy Diagram
Posted on: December 26, 2012 at 12:00 AM
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

Constructor
Description
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.

Related Tags for Java AlreadyBoundException Class Hierarchy Diagram:


More Tutorials from this section

Ask Questions?    Discuss: Java AlreadyBoundException Class Hierarchy Diagram  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.