Added in API level 34
Also in S Extensions 7

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.setDirectExecutorAllowed(boolean) was not called.

Summary

Public constructors

InlineExecutionProhibitedException()

Inherited methods

Public constructors

InlineExecutionProhibitedException

Added in API level 34
Also in S Extensions 7
public InlineExecutionProhibitedException ()