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.
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.
(->broken-barrier-exception)
(->broken-barrier-exception message)
Constructor.
Constructs a BrokenBarrierException with the specified detail message.
message - the detail message - java.lang.String
Constructor. Constructs a BrokenBarrierException with the specified detail message. message - the detail message - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close