UserVerificationRequirement.UnsupportedUserVerificationRequirementException
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
UnsupportedUserVerificationRequirementException is an exception thrown when an unsupported or unrecognized user verification requirement is encountered.
This class has a public constructor that takes a String argument for the requirement.
It inherits methods from both java.lang.Throwable and java.lang.Object.
public static class
UserVerificationRequirement.UnsupportedUserVerificationRequirementException extends
Exception
Exception thrown when an unsupported or unrecognized user verification requirement 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 `UserVerificationRequirement.UnsupportedUserVerificationRequirementException` is thrown when an unsupported user verification method is detected. This exception class extends the base `Exception` class and includes a constructor that accepts a `String` detailing the unsupported requirement. It inherits methods from `Throwable` for managing the exception's state, message, and stack trace and methods from `Object` for general object operations.\n"]]