Added in API level 5

AuthenticatorException

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

Summary

Public constructors

Public constructors

AuthenticatorException

Added in API level 5
AuthenticatorException()

AuthenticatorException

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

AuthenticatorException

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

AuthenticatorException

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