Liking cljdoc? Tell your friends :D

jdk.util.concurrent.CompletionException

Exception thrown when an error or other exception is encountered in the course of completing a result or task.

Exception thrown when an error or other exception is encountered
in the course of completing a result or task.
raw docstring

->completion-exceptionclj

(->completion-exception cause)
(->completion-exception message cause)

Constructor.

Constructs a CompletionException with the specified detail message and cause.

message - the detail message - java.lang.String cause - the cause (which is saved for later retrieval by the Throwable.getCause() method) - java.lang.Throwable

Constructor.

Constructs a CompletionException with the specified detail
 message and cause.

message - the detail message - `java.lang.String`
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method) - `java.lang.Throwable`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close