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.
(->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`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |