rejectedExecution

open override fun rejectedExecution(r: Runnable, e: ThreadPoolExecutor)

Always throws RejectedExecutionException.

Parameters

r

the runnable task requested to be executed

e

the executor attempting to execute this task

Throws