Top Description Fields Constructors
java.util.concurrent

public Class BrokenBarrierException

extends Exception
Class Inheritance

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.
Author
Doug Lea
Since
1.5
See Also
CyclicBarrier

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
BrokenBarrierException()

Constructs a BrokenBarrierException with no specified detail message.

public
BrokenBarrierException(String
the detail message
message
)

Constructs a BrokenBarrierException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Constructor Detail

BrokenBarrierExceptionback to summary
public BrokenBarrierException()

Constructs a BrokenBarrierException with no specified detail message.

BrokenBarrierExceptionback to summary
public BrokenBarrierException(String message)

Constructs a BrokenBarrierException with the specified detail message.

Parameters
message:String

the detail message