PublicKeyCredentialDescriptor.UnsupportedPubKeyCredDescriptorException

  • UnsupportedPubKeyCredDescriptorException is an exception thrown when an unsupported or unrecognized public key credential descriptor is encountered.

  • This class extends the Exception class in Java.

  • There are two public constructors available, one accepting an error message string and another accepting an error message string and a Throwable object.

public static class PublicKeyCredentialDescriptor.UnsupportedPubKeyCredDescriptorException extends Exception

Exception thrown when an unsupported or unrecognized public key credential descriptor is encountered.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedPubKeyCredDescriptorException (String errorMessage)

public UnsupportedPubKeyCredDescriptorException (String errorMessage, Throwable t)