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


open class MessageDecryptionException : IdentityCredentialException

kotlin.Any
kotlin.Throwable
java.lang.Exception
android.security.identity.IdentityCredentialException

Thrown when failing to decrypt a message from the reader device.

Summary

Public constructors
MessageDecryptionException(message: String) Constructs a new MessageDecryptionException exception.
MessageDecryptionException(message: String, cause: Throwable) Constructs a new MessageDecryptionException exception.

Public constructors

MessageDecryptionException

MessageDecryptionException(message: String)

Constructs a new [MessageDecryptionException](#) exception.

Parameters
message String: the detail message. This value cannot be null.

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.