public void rejectedExecution (Runnable r, ThreadPoolExecutor e)

Implementing: java.util.concurrent.RejectedExecutionHandler

Executes task r in the caller's thread, unless the executor has been shut down, in which case the task is discarded.

Parameters:
r    the runnable task requested to be executed
e    the executor attempting to execute this task