public class BrokenBarrierException extends Exception
CyclicBarrier,
Serialized Form| Constructor and Description |
|---|
BrokenBarrierException()
Constructs a
BrokenBarrierException with no specified detail
message. |
BrokenBarrierException(String message)
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(String message)
BrokenBarrierException with the specified
detail message.message - the detail messageDracula Javadoc Sample, Made with Allan Im.