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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.minidns.dane.DaneCertificateException
DaneCertificateException.CertificateMismatch, DaneCertificateException.MultipleCertificateMismatchExceptions
-
-
Field Summary
Fields Modifier and Type Field Description List<DaneCertificateException.CertificateMismatch>
certificateMismatchExceptions
-
Constructor Summary
Constructors Constructor Description MultipleCertificateMismatchExceptions(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 Detail
-
certificateMismatchExceptions
public final List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions
-
-
Constructor Detail
-
MultipleCertificateMismatchExceptions
public MultipleCertificateMismatchExceptions(List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions)
-
-