Home Java Exceptions Java BrokenBarrierException Class Hierarchy Diagram



Java BrokenBarrierException Class Hierarchy Diagram
Posted on: December 28, 2012 at 12:00 AM
In this section we will discuss about the java.util.concurrent.BrokenBarrierException class diagram in java.

Java BrokenBarrierException Class Hierarchy Diagram

In this section we will discuss about the java.util.concurrent.BrokenBarrierException class diagram in java.

This class extends the java.lang.Exception class. BrokenBarrierException is generated if, during waiting of a thread barrier enters into the broken state or on a state of barrier which has already broken a thread tries to wait upon it. A class hierarchy diagram is given below :

Constructor Detail

Constructor
Description
BrokenBarrierException() This is a default constructor creates BrokenBarrierException object.
Syntax : public BrokenBarrierException()
BrokenBarrierException(String message) This constructor creates a BrokenBarrierException object with the given message detail.
Syntax : public BrokenBarrierException(String message)

Method Detail

This class doesn't defines its own methods. Methods in this class are inherited from its parent class.

Related Tags for Java BrokenBarrierException Class Hierarchy Diagram:


More Tutorials from this section

Ask Questions?    Discuss: Java BrokenBarrierException 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.