PublicKeyCredentialDescriptor.UnsupportedPubKeyCredDescriptorException
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `UnsupportedPubKeyCredDescriptorException` is thrown when an unrecognized public key credential descriptor is detected. It extends the base `Exception` class. Two public constructors are provided: one taking an error message string, and the other accepting both an error message and a `Throwable` object. The class inherits methods for managing exceptions, such as getting and setting stack traces, managing suppressed exceptions, and accessing error messages and the root cause.\n"]]