Class 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