Stay organized with collections Save and categorize content based on your preferences.

InlineExecutionProhibitedException

public final class InlineExecutionProhibitedException
extends RejectedExecutionException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.util.concurrent.RejectedExecutionException
           ↳ android.net.http.InlineExecutionProhibitedException


Thrown when an executor runs a submitted runnable inline in Executor.execute(Runnable) and UrlRequest.Builder.allowDirectExecutor() was not called.

Summary

Public constructors

InlineExecutionProhibitedException()

Inherited methods

Public constructors

InlineExecutionProhibitedException

public InlineExecutionProhibitedException ()