Liking cljdoc? Tell your friends :D

jdk.util.concurrent.BrokenBarrierException

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.
raw docstring

->broken-barrier-exceptionclj

(->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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close