EDU.oswego.cs.dl.util.concurrent
public class BrokenBarrierException extends RuntimeException
Field Summary | |
---|---|
int | index
The index that barrier would have returned upon
normal return;
|
Constructor Summary | |
---|---|
BrokenBarrierException(int idx)
Constructs a BrokenBarrierException with given index
| |
BrokenBarrierException(int idx, String message)
Constructs a BrokenBarrierException with the
specified index and detail message. |