模块 java.base

类 ThreadPoolExecutor.AbortPolicy

java.lang.Object
java.util.concurrent.ThreadPoolExecutor.AbortPolicy
所有已实现的接口:
RejectedExecutionHandler
封闭类:
ThreadPoolExecutor

public static class ThreadPoolExecutor.AbortPolicy extends Object implements RejectedExecutionHandler
抛出 RejectedExecutionException 的被拒绝任务的处理程序。这是 ThreadPoolExecutor ScheduledThreadPoolExecutor 的默认处理程序。