Summary:
Ctors
| Inherited Methods
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
public InlineExecutionProhibitedException ()