Stay organized with collections
Save and categorize content based on your preferences.
ConfirmationNotAvailableException
open class ConfirmationNotAvailableException : Exception
This exception is thrown when presenting a prompt fails because the environment lacks facilities for showing confirmations.
Summary
Public constructors
ConfirmationNotAvailableException
ConfirmationNotAvailableException()
ConfirmationNotAvailableException
ConfirmationNotAvailableException(message: String!)
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,["# ConfirmationNotAvailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nConfirmationNotAvailableException\n=================================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/security/ConfirmationNotAvailableException \"View this page in Java\") \n\n```\nopen class ConfirmationNotAvailableException : Exception\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.security.ConfirmationNotAvailableException](#) |\n\nThis exception is thrown when presenting a prompt fails because the environment lacks facilities for showing confirmations.\n\nSummary\n-------\n\n| Public constructors ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [ConfirmationNotAvailableException](#ConfirmationNotAvailableException())`()` \u003cbr /\u003e |\n| [ConfirmationNotAvailableException](#ConfirmationNotAvailableException(kotlin.String))`(`message:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### ConfirmationNotAvailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nConfirmationNotAvailableException()\n``` \n\n### ConfirmationNotAvailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nConfirmationNotAvailableException(message: String!)\n```"]]