Added in API level 30
Summary: Ctors | Inherited Methods
NoAuthenticationKeyAvailableException
public class NoAuthenticationKeyAvailableException
extends IdentityCredentialException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | android.security.identity.IdentityCredentialException | |||
| ↳ | android.security.identity.NoAuthenticationKeyAvailableException | |||
Thrown if no dynamic authentication keys are available.
Summary
Public constructors | |
|---|---|
NoAuthenticationKeyAvailableException(String message) Constructs a new | |
NoAuthenticationKeyAvailableException(String message, Throwable cause) Constructs a new | |
Inherited methods | |
|---|---|
Public constructors
NoAuthenticationKeyAvailableException
Added in API level 30
public NoAuthenticationKeyAvailableException (String message)
Constructs a new NoAuthenticationKeyAvailableException exception.
| Parameters | |
|---|---|
message | String: the detail message. This value cannot be null. |
NoAuthenticationKeyAvailableException
Added in API level 30
public NoAuthenticationKeyAvailableException (String message, Throwable cause)
Constructs a new NoAuthenticationKeyAvailableException exception.
| Parameters | |
|---|---|
message | String: the detail message. This value cannot be null. |
cause | Throwable: the cause. This value cannot be null. |