Class NotAllowedCredentialIdException

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.NotAllowedCredentialIdException
All Implemented Interfaces:
Serializable

public class NotAllowedCredentialIdException extends ValidationException
See Also:
  • Constructor Details

    • NotAllowedCredentialIdException

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

      public NotAllowedCredentialIdException(@Nullable String message)
    • NotAllowedCredentialIdException

      public NotAllowedCredentialIdException(@Nullable Throwable cause)