Module java.base

Class ThreadPoolExecutor.AbortPolicy

java.lang.Object
java.util.concurrent.ThreadPoolExecutor.AbortPolicy
All Implemented Interfaces:
RejectedExecutionHandler
Enclosing class:
ThreadPoolExecutor

public static class ThreadPoolExecutor.AbortPolicy
extends Object
implements RejectedExecutionHandler
A handler for rejected tasks that throws a RejectedExecutionException. This is the default handler for ThreadPoolExecutor and ScheduledThreadPoolExecutor.