Added in API level 30
Deprecated in API level 10000

SessionTranscriptMismatchException


public class SessionTranscriptMismatchException
extends IdentityCredentialException

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


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

Thrown when trying use multiple different session transcripts in the same presentation session.

Summary

Public constructors

SessionTranscriptMismatchException(String message)

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

SessionTranscriptMismatchException(String message, Throwable cause)

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

Inherited methods

Public constructors

SessionTranscriptMismatchException

Added in API level 30
public SessionTranscriptMismatchException (String message)

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

Constructs a new SessionTranscriptMismatchException exception.

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

SessionTranscriptMismatchException

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

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

Constructs a new SessionTranscriptMismatchException exception.

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

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