Added in API level 34
Also in S Extensions 7

HttpException


public class HttpException
extends IOException



Base exception passed to UrlRequest.Callback.onFailed().

Summary

Public constructors

HttpException(String message, Throwable cause)

Constructs an exception that is caused by cause.

Inherited methods

Public constructors

HttpException

Added in API level 34
Also in S Extensions 7
public HttpException (String message, 
                Throwable cause)

Constructs an exception that is caused by cause.