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