InvalidRequestMessageException
open class InvalidRequestMessageException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | androidx.security.identity.IdentityCredentialException | |||
↳ | androidx.security.identity.InvalidRequestMessageException |
Thrown if message with the request doesn't satisfy the requirements documented in IdentityCredential#getEntries(byte[], Map, byte[])
.
Summary
Public constructors | |
---|---|
Constructs a new |
|
Constructs a new |
Public constructors
<init>
InvalidRequestMessageException(@NonNull message: String)
Constructs a new InvalidRequestMessageException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
<init>
InvalidRequestMessageException(
@NonNull message: String,
@NonNull cause: Throwable)
Constructs a new InvalidRequestMessageException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
cause |
Throwable: the cause. |