Class WebAuthnException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tremolosecurity.proxy.auth.webauthn.WebAuthnException
All Implemented Interfaces:
Serializable

public class WebAuthnException extends Exception
See Also:
  • Constructor Details

    • WebAuthnException

      public WebAuthnException()
    • WebAuthnException

      public WebAuthnException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • WebAuthnException

      public WebAuthnException(String message, Throwable cause)
    • WebAuthnException

      public WebAuthnException(String message)
    • WebAuthnException

      public WebAuthnException(Throwable cause)