Class AssertionFailureException

All Implemented Interfaces:
Serializable

public class AssertionFailureException extends WebAuthnAuthenticationClientException
Exception that is throw if an authentication assertion is not valid.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Generated serial UID.
      See Also:
  • Constructor Details

    • AssertionFailureException

      public AssertionFailureException()
      Constructor.
    • AssertionFailureException

      public AssertionFailureException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - exception message
      cause - exception to be wrapped by this one
    • AssertionFailureException

      public AssertionFailureException(String message)
      Constructor.
      Parameters:
      message - exception message
    • AssertionFailureException

      public AssertionFailureException(Throwable cause)
      Constructor.
      Parameters:
      cause - exception to be wrapped by this one