Package org.minidns.dane
Class DaneCertificateException.MultipleCertificateMismatchExceptions
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
org.minidns.dane.DaneCertificateException
org.minidns.dane.DaneCertificateException.MultipleCertificateMismatchExceptions
- All Implemented Interfaces:
Serializable
- Enclosing class:
DaneCertificateException
public static class DaneCertificateException.MultipleCertificateMismatchExceptions
extends DaneCertificateException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.minidns.dane.DaneCertificateException
DaneCertificateException.CertificateMismatch, DaneCertificateException.MultipleCertificateMismatchExceptions
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionMultipleCertificateMismatchExceptions
(List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
certificateMismatchExceptions
-
-
Constructor Details
-
MultipleCertificateMismatchExceptions
public MultipleCertificateMismatchExceptions(List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions)
-