Added in API level 5

AccountsException

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

Summary

Public constructors

AccountsException(message: String!, cause: Throwable!)

Public constructors

AccountsException

Added in API level 5
AccountsException()

AccountsException

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

AccountsException

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

AccountsException

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