GetPublicKeyCredentialException


public class GetPublicKeyCredentialException extends GetCredentialException

Known direct subclasses
GetPublicKeyCredentialDomException

During the get-passkey flow, this is thrown when a DOM Exception is thrown, indicating the operation contains a DOMException error type.


A subclass of CreateCredentialException for unique exceptions thrown specific only to PublicKeyCredentials. See CredentialManager for more details on how Credentials work for Credential Manager flows.

Throws
NullPointerException

if type is null

IllegalArgumentException

if type is empty

Summary