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
| 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.
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.
Ask Questions? Discuss: Java BrokenBarrierException Class Hierarchy Diagram
Post your Comment