Stay organized with collections
Save and categorize content based on your preferences.
AuthenticatorException
open class AuthenticatorException : AccountsException
Summary
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.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# AuthenticatorException\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nAuthenticatorException\n======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/accounts/AuthenticatorException \"View this page in Java\") \n\n```\nopen class AuthenticatorException : AccountsException\n```\n\n|---|---|---|---|----------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) ||||\n| | ↳ | [java.lang.Exception](../../java/lang/Exception.html#) |||\n| | | ↳ | [android.accounts.AccountsException](/reference/kotlin/android/accounts/AccountsException) ||\n| | | | ↳ | [android.accounts.AuthenticatorException](#) |\n\nSummary\n-------\n\n| Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [AuthenticatorException](#AuthenticatorException())`()` \u003cbr /\u003e |\n| [AuthenticatorException](#AuthenticatorException(kotlin.String))`(`message:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` \u003cbr /\u003e |\n| [AuthenticatorException](#AuthenticatorException(kotlin.String,%20kotlin.Throwable))`(`message:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`, `cause:` `[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!`)` \u003cbr /\u003e |\n| [AuthenticatorException](#AuthenticatorException(kotlin.Throwable))`(`cause:` `[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!`)` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### AuthenticatorException\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nAuthenticatorException()\n``` \n\n### AuthenticatorException\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nAuthenticatorException(message: String!)\n``` \n\n### AuthenticatorException\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nAuthenticatorException(\n message: String!, \n cause: Throwable!)\n``` \n\n### AuthenticatorException\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nAuthenticatorException(cause: Throwable!)\n```"]]