public class BrokenBarrierException extends Exception
CyclicBarrier,
Serialized Form
| Constructor and Description |
|---|
BrokenBarrierException()
Constructs a
BrokenBarrierException with no specified detail message.
|
BrokenBarrierException(String
Constructs a
BrokenBarrierException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BrokenBarrierException()
BrokenBarrierException with no specified detail message.
public BrokenBarrierException(Stringmessage)
BrokenBarrierException with the specified detail message.
message - the detail message