Class UserNotVerifiedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.validator.exception.ValidationException
com.webauthn4j.validator.exception.UserNotVerifiedException
All Implemented Interfaces:
Serializable

public class UserNotVerifiedException extends ValidationException
Thrown if user is to be verified but not verified
See Also:
  • Constructor Details

    • UserNotVerifiedException

      public UserNotVerifiedException(@Nullable String message, @Nullable Throwable cause)
    • UserNotVerifiedException

      public UserNotVerifiedException(@Nullable String message)
    • UserNotVerifiedException

      public UserNotVerifiedException(@Nullable Throwable cause)