Stay organized with collections
Save and categorize content based on your preferences.
UnrecoverableEntryException
open class UnrecoverableEntryException : GeneralSecurityException
This exception is thrown if an entry in the keystore cannot be recovered.
Summary
Public constructors |
Constructs an UnrecoverableEntryException with no detail message.
|
Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.
|
Public constructors
UnrecoverableEntryException
UnrecoverableEntryException()
Constructs an UnrecoverableEntryException with no detail message.
UnrecoverableEntryException
UnrecoverableEntryException(msg: String!)
Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.
Parameters |
msg |
String!: the detail message. |
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,["# UnrecoverableEntryException\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nUnrecoverableEntryException\n===========================\n\n```\nopen class UnrecoverableEntryException : GeneralSecurityException\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](../lang/Exception.html#) |||\n| | | ↳ | [java.security.GeneralSecurityException](/reference/kotlin/java/security/GeneralSecurityException) ||\n| | | | ↳ | [java.security.UnrecoverableEntryException](#) |\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [UnrecoverableKeyException](/reference/kotlin/java/security/UnrecoverableKeyException) |----------------------------------------------------------------------------------------|------------------------------------------------------------------------| | [UnrecoverableKeyException](/reference/kotlin/java/security/UnrecoverableKeyException) | This exception is thrown if a key in the keystore cannot be recovered. | |\n\nThis exception is thrown if an entry in the keystore cannot be recovered.\n\nSummary\n-------\n\n| Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [UnrecoverableEntryException](#UnrecoverableEntryException())`()` Constructs an UnrecoverableEntryException with no detail message. |\n| [UnrecoverableEntryException](#UnrecoverableEntryException(kotlin.String))`(`msg:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown. |\n\nPublic constructors\n-------------------\n\n### UnrecoverableEntryException\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nUnrecoverableEntryException()\n```\n\nConstructs an UnrecoverableEntryException with no detail message. \n\n### UnrecoverableEntryException\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nUnrecoverableEntryException(msg: String!)\n```\n\nConstructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.\n\n| Parameters ||\n|-------|--------------------------------------------------------------------------------------------------------|\n| `msg` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: the detail message. |"]]