Class UserNotPresentException

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.UserNotPresentException
All Implemented Interfaces:
Serializable

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

    • UserNotPresentException

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

      public UserNotPresentException(@Nullable String message)
    • UserNotPresentException

      public UserNotPresentException(@Nullable Throwable cause)