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