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 Summary
ConstructorsConstructorDescriptionBadStatusException(@Nullable String message) BadStatusException(@Nullable String message, @Nullable Throwable cause) BadStatusException(@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
-
BadStatusException
-
BadStatusException
-
BadStatusException
-