AuthenticatorException | API reference | Android Developers (original) (raw)
open class AuthenticatorException : AccountsException
kotlin.Any | |||
---|---|---|---|
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.accounts.AccountsException | ||
↳ |
Summary
Public constructors |
---|
AuthenticatorException() |
AuthenticatorException(message: String!) |
AuthenticatorException(message: String!, cause: Throwable!) |
AuthenticatorException(cause: Throwable!) |
Public constructors
AuthenticatorException
AuthenticatorException()
AuthenticatorException
AuthenticatorException(message: String!)
AuthenticatorException
AuthenticatorException(
message: String!,
cause: Throwable!)
AuthenticatorException
AuthenticatorException(cause: Throwable!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.