Liking cljdoc? Tell your friends :D

jdk.util.concurrent.CancellationException

Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.

Exception indicating that the result of a value-producing task,
such as a FutureTask, cannot be retrieved because the task
was cancelled.
raw docstring

->cancellation-exceptionclj

(->cancellation-exception)
(->cancellation-exception message)

Constructor.

Constructs a CancellationException with the specified detail message.

message - the detail message - java.lang.String

Constructor.

Constructs a CancellationException 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