java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.verifier.exception.VerificationException
com.webauthn4j.verifier.exception.UserNotPresentException
- All Implemented Interfaces:
Serializable
Thrown if user is to be present but not present
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotPresentException(@Nullable String message) UserNotPresentException(@Nullable String message, @Nullable Throwable cause) UserNotPresentException(@Nullable Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotPresentException
-
UserNotPresentException
-
UserNotPresentException
-