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 | |
|---|---|
| NetworkErrorException(message: String!) | |
| NetworkErrorException(message: String!, cause: Throwable!) | |
| NetworkErrorException(cause: Throwable!) | |
Public constructors
NetworkErrorException
Added in API level 5
      NetworkErrorException(
message: String!,
cause: Throwable!)
