Added in API level 30
Deprecated in API level 10000

InvalidRequestMessageException


public class InvalidRequestMessageException
extends IdentityCredentialException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.security.identity.IdentityCredentialException
         ↳ android.security.identity.InvalidRequestMessageException


This class was deprecated in API level 10000.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Thrown if message with the request doesn't satisfy the requirements documented in IdentityCredential.getEntries(byte[],Map,byte[],byte[]).

Summary

Public constructors

InvalidRequestMessageException(String message)

This constructor is deprecated. Use java.security.KeyStore with the Android hardware-backed keystore instead.

InvalidRequestMessageException(String message, Throwable cause)

This constructor is deprecated. Use java.security.KeyStore with the Android hardware-backed keystore instead.

Inherited methods

Public constructors

InvalidRequestMessageException

Added in API level 30
public InvalidRequestMessageException (String message)

This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new InvalidRequestMessageException exception.

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

InvalidRequestMessageException

Added in API level 30
public InvalidRequestMessageException (String message, 
                Throwable cause)

This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new InvalidRequestMessageException exception.

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

cause Throwable: the cause.
This value cannot be null.