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


open class SessionTranscriptMismatchException : IdentityCredentialException

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

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

Summary

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

Public constructors

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.