Class CertificateRevokedException

All Implemented Interfaces:
Serializable

public class CertificateRevokedExceptionextends AuthenticationException
This exception indicates that a client certificate has been revoked based on a Certificate Revocation List (CRL) check during mTLS authentication. Unlike SslAuthenticationException, this is an application-level check that occurs after the TLS handshake has completed successfully.
See Also:
  • Constructor Details

    • CertificateRevokedException

      public CertificateRevokedException(String message)
    • CertificateRevokedException

      public CertificateRevokedException(String message, Throwable cause)