Class NotAllowedAlgorithmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.validator.exception.ValidationException
com.webauthn4j.validator.exception.NotAllowedAlgorithmException
All Implemented Interfaces:
Serializable

public class NotAllowedAlgorithmException extends ValidationException
See Also:
  • Constructor Details

    • NotAllowedAlgorithmException

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

      public NotAllowedAlgorithmException(@Nullable String message)
    • NotAllowedAlgorithmException

      public NotAllowedAlgorithmException(@Nullable Throwable cause)