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
e
Diagram: ExecutorService