UnrecoverableKeyException  |  API reference  |  Android Developers (original) (raw)

open class UnrecoverableKeyException : UnrecoverableEntryException

kotlin.Any
kotlin.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.UnrecoverableEntryException

This exception is thrown if a key in the keystore cannot be recovered.

Summary

Public constructors
UnrecoverableKeyException() Constructs an UnrecoverableKeyException with no detail message.
UnrecoverableKeyException(msg: String!) Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.

Public constructors

UnrecoverableKeyException

UnrecoverableKeyException()

Constructs an UnrecoverableKeyException with no detail message.

UnrecoverableKeyException

UnrecoverableKeyException(msg: String!)

Constructs an UnrecoverableKeyException 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.