Liking cljdoc? Tell your friends :D

jdk.util.concurrent.RejectedExecutionException

Exception thrown by an Executor when a task cannot be accepted for execution.

Exception thrown by an Executor when a task cannot be
accepted for execution.
raw docstring

->rejected-execution-exceptionclj

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

Constructor.

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