InlineExecutionProhibitedException

Stay organized with collections Save and categorize content based on your preferences.
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.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public InlineExecutionProhibitedException ()