InlineExecutionProhibitedException

public final class InlineExecutionProhibitedException extends RejectedExecutionException


当执行器在 execute 中内联运行提交的可运行对象,且未调用 allowDirectExecutor 时抛出。

摘要

公共构造函数

继承的方法

来自 java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

公共构造函数

InlineExecutionProhibitedException

public InlineExecutionProhibitedException()