Google is committed to advancing racial equity for Black communities. See how.
Added in API level 5

NetworkErrorException

open class NetworkErrorException : AccountsException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ android.accounts.AccountsException
   ↳ android.accounts.NetworkErrorException

Summary

Public constructors

<init>(message: String!)

<init>(message: String!, cause: Throwable!)

<init>(cause: Throwable!)

Public constructors

<init>

Added in API level 5
NetworkErrorException()

<init>

Added in API level 5
NetworkErrorException(message: String!)

<init>

Added in API level 5
NetworkErrorException(
    message: String!,
    cause: Throwable!)

<init>

Added in API level 5
NetworkErrorException(cause: Throwable!)