Class JWSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.data.jws.JWSException
All Implemented Interfaces:
Serializable

public class JWSException extends com.webauthn4j.util.exception.WebAuthnException
See Also:
  • Constructor Details

    • JWSException

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

      public JWSException(@Nullable String message)
    • JWSException

      public JWSException(@Nullable Throwable cause)