Class CertificateRevokedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.errors.ApiException
org.apache.kafka.common.errors.InvalidConfigurationException
org.apache.kafka.common.errors.AuthenticationException
org.apache.kafka.common.errors.CertificateRevokedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCertificateRevokedException(String message) CertificateRevokedException(String message, Throwable cause) -
Method Summary
Methods inherited from class AuthenticationException
errorInfo, errorMessage, logMessageMethods inherited from class ApiException
fillInStackTraceMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CertificateRevokedException
-
CertificateRevokedException
-