InlineExecutionProhibitedException

public final class InlineExecutionProhibitedException extends RejectedExecutionException


Thrown when an executor runs a submitted runnable inline in execute and allowDirectExecutor was not called.

Summary

Public constructors

Inherited methods

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

Public constructors

InlineExecutionProhibitedException

public InlineExecutionProhibitedException()