public void rejectedExecution (Runnable r, ThreadPoolExecutor e)

Implementing: java.util.concurrent.RejectedExecutionHandler

Always throws RejectedExecutionException.

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