Class ClientCertificateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.fapi.error.FapiException
org.forgerock.openig.fapi.certificate.ClientCertificateException
- All Implemented Interfaces:
Serializable
Exception thrown when parsing and validation the TLS Client Certificate using a
ClientCertificateFilter.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientCertificateException(String errorDescription) Constructs a new ClientCertificateException with the given error description.ClientCertificateException(String errorDescription, Throwable cause) Constructs a new ClientCertificateException with the given error description and a cause. -
Method Summary
Methods inherited from class org.forgerock.openig.fapi.error.FapiException
getErrorCode, getErrorDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientCertificateException
Constructs a new ClientCertificateException with the given error description.- Parameters:
errorDescription- error description
-
ClientCertificateException
Constructs a new ClientCertificateException with the given error description and a cause.- Parameters:
errorDescription- error descriptioncause- the cause
-