Package org.keycloak.services.x509
Class Rfc9440ClientCertificateLookup.RfcViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.keycloak.services.x509.Rfc9440ClientCertificateLookup.RfcViolationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Rfc9440ClientCertificateLookup.Rfc8941ViolationException,Rfc9440ClientCertificateLookup.Rfc9440ViolationException
- Enclosing class:
- Rfc9440ClientCertificateLookup
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRfcViolationException(String rfc, String section, String details, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RfcViolationException
-