SessionTranscriptMismatchException
public
class
SessionTranscriptMismatchException
extends IdentityCredentialException
java.lang.Object | ||||
↳ | java.lang.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(String message)
Constructs a new |
|
SessionTranscriptMismatchException(String message, Throwable cause)
Constructs a new |
Inherited methods | |
---|---|
Public constructors
SessionTranscriptMismatchException
public SessionTranscriptMismatchException (String message)
Constructs a new SessionTranscriptMismatchException
exception.
Parameters | |
---|---|
message |
String : the detail message.
This value cannot be null . |
SessionTranscriptMismatchException
public SessionTranscriptMismatchException (String message, Throwable cause)
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 . |