public final class
InlineExecutionProhibitedException
extends RejectedExecutionException
Thrown when an executor runs a submitted runnable inline in execute(Runnable)
and allowDirectExecutor()
was not called.