Class BadStatusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.verifier.exception.VerificationException
com.webauthn4j.metadata.exception.BadStatusException
All Implemented Interfaces:
Serializable

public class BadStatusException extends com.webauthn4j.verifier.exception.VerificationException
Thrown if bad status is reported
See Also:
  • Constructor Details

    • BadStatusException

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

      public BadStatusException(@Nullable @Nullable String message)
    • BadStatusException

      public BadStatusException(@Nullable @Nullable Throwable cause)