InlineExecutionProhibitedException


class InlineExecutionProhibitedException : RejectedExecutionException
kotlin.Any
   ↳ kotlin.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 java.util.concurrent.Executor#execute(Runnable) and android.net.http.UrlRequest.Builder#setDirectExecutorAllowed was not called.

Summary

Public constructors

Public constructors

InlineExecutionProhibitedException

InlineExecutionProhibitedException()