Stay organized with collections
Save and categorize content based on your preferences.
StrongBoxUnavailableException
open class StrongBoxUnavailableException : ProviderException
Indicates that an operation could not be performed because the requested security hardware is not available.
Summary
Public constructors
StrongBoxUnavailableException
StrongBoxUnavailableException()
StrongBoxUnavailableException
StrongBoxUnavailableException(message: String!)
StrongBoxUnavailableException
StrongBoxUnavailableException(
message: String!,
cause: Throwable!)
StrongBoxUnavailableException
StrongBoxUnavailableException(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,["# StrongBoxUnavailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nStrongBoxUnavailableException\n=============================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/security/keystore/StrongBoxUnavailableException \"View this page in Java\") \n\n```\nopen class StrongBoxUnavailableException : ProviderException\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| | | ↳ | [java.lang.RuntimeException](../../../java/lang/RuntimeException.html#) |||\n| | | | ↳ | [java.security.ProviderException](../../../java/security/ProviderException.html#) ||\n| | | | | ↳ | [android.security.keystore.StrongBoxUnavailableException](#) |\n\nIndicates that an operation could not be performed because the requested security hardware is not available.\n\nSummary\n-------\n\n| Public constructors ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [StrongBoxUnavailableException](#StrongBoxUnavailableException())`()` \u003cbr /\u003e |\n| [StrongBoxUnavailableException](#StrongBoxUnavailableException(kotlin.String))`(`message:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` \u003cbr /\u003e |\n| [StrongBoxUnavailableException](#StrongBoxUnavailableException(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| [StrongBoxUnavailableException](#StrongBoxUnavailableException(kotlin.Throwable))`(`cause:` `[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)!`)` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### StrongBoxUnavailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nStrongBoxUnavailableException()\n``` \n\n### StrongBoxUnavailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nStrongBoxUnavailableException(message: String!)\n``` \n\n### StrongBoxUnavailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nStrongBoxUnavailableException(\n message: String!, \n cause: Throwable!)\n``` \n\n### StrongBoxUnavailableException\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nStrongBoxUnavailableException(cause: Throwable!)\n```"]]