InlineExecutionProhibitedException

public final class InlineExecutionProhibitedException extends RejectedExecutionException


Gerada quando um executor executa um runnable enviado inline em execute e allowDirectExecutor não foi chamado.

Resumo

Construtores públicos

Métodos herdados

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

Construtores públicos

InlineExecutionProhibitedException

public InlineExecutionProhibitedException()