Package io.vertx.ext.auth.webauthn4j
Class WebAuthn4JException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.ext.auth.webauthn4j.WebAuthn4JException
-
- All Implemented Interfaces:
Serializable
public class WebAuthn4JException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebAuthn4JException(String message)
WebAuthn4JException(String message, Throwable cause)
WebAuthn4JException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-