Package org.graylog2.security.untrusted
Class CertificateReportingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
org.graylog2.security.untrusted.CertificateReportingException
- All Implemented Interfaces:
Serializable
Wrapper around CertificateException which additionally makes the actual certificate chain accessible to the caller/
catcher of the exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateReportingException(CertificateException cause, X509Certificate[] chain) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CertificateReportingException
-
-
Method Details
-
getChain
-