Summary:
Ctors
| Inherited Methods
UnknownAuthenticationKeyException
public
class
UnknownAuthenticationKeyException
extends IdentityCredentialException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | androidx.security.identity.IdentityCredentialException | |||
↳ | androidx.security.identity.UnknownAuthenticationKeyException |
Thrown if trying to certify an unknown dynamic authentication key.
Summary
Public constructors | |
---|---|
UnknownAuthenticationKeyException(String message)
Constructs a new |
|
UnknownAuthenticationKeyException(String message, Throwable cause)
Constructs a new |
Inherited methods | |
---|---|
Public constructors
UnknownAuthenticationKeyException
public UnknownAuthenticationKeyException (String message)
Constructs a new UnknownAuthenticationKeyException
exception.
Parameters | |
---|---|
message |
String : the detail message.
|
UnknownAuthenticationKeyException
public UnknownAuthenticationKeyException (String message, Throwable cause)
Constructs a new UnknownAuthenticationKeyException
exception.
Parameters | |
---|---|
message |
String : the detail message. |
cause |
Throwable : the cause.
|