Liking cljdoc? Tell your friends :D

jdk.util.concurrent.ExecutionException

Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception. This exception can be inspected using the Throwable.getCause() method.

Exception thrown when attempting to retrieve the result of a task
that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.
raw docstring

->execution-exceptionclj

(->execution-exception cause)
(->execution-exception message cause)

Constructor.

Constructs an ExecutionException 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 an ExecutionException 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 is a website building & hosting documentation for Clojure/Script libraries

× close