Home Java Exceptions Java AlreadyBoundException Class Hierarchy Diagram
Questions:Ask|Latest



Java AlreadyBoundException Class Hierarchy Diagram
Posted on: December 26, 2012 By Deepak Kumar
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.


Recommend the tutorial

Ask Questions?    Discuss: Java AlreadyBoundException Class Hierarchy Diagram  

Post your Comment


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