public static class ThreadPoolExecutor.AbortPolicy extends Object implements ThreadPoolExecutor.RejectedExecutionHandler
RejectedExecutionException
.Constructor and Description |
---|
ThreadPoolExecutor.AbortPolicy()
Creates an
AbortPolicy . |
public ThreadPoolExecutor.AbortPolicy()
AbortPolicy
.public void rejectedExecution(Runnable r, ThreadPoolExecutor e)
rejectedExecution
in interface ThreadPoolExecutor.RejectedExecutionHandler
r
- the runnable task requested to be executede
- the executor attempting to execute this taskRejectedExecutionException
- alwaysCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.