public class java.util.concurrent
BrokenBarrierException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
since1.5
See also java.util.concurrent.CyclicBarrier

Constructors
public BrokenBarrierException()
Constructs a BrokenBarrierException with no specified detail message.
public BrokenBarrierException(String message) Details
Constructs a BrokenBarrierException with the specified detail message.
messagethe detail message