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