Added in API level 30
SessionTranscriptMismatchException
open class SessionTranscriptMismatchException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.security.identity.IdentityCredentialException | |||
↳ | android.security.identity.SessionTranscriptMismatchException |
Thrown when trying use multiple different session transcripts in the same presentation session.
Summary
Public constructors | |
---|---|
SessionTranscriptMismatchException(message: String) Constructs a new |
|
SessionTranscriptMismatchException(message: String, cause: Throwable) Constructs a new |
Public constructors
SessionTranscriptMismatchException
Added in API level 30
SessionTranscriptMismatchException(message: String)
Constructs a new SessionTranscriptMismatchException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
SessionTranscriptMismatchException
Added in API level 30
SessionTranscriptMismatchException(
message: String,
cause: Throwable)
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 . |