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.DaneCertificateExceptionDaneCertificateException.CertificateMismatch, DaneCertificateException.MultipleCertificateMismatchExceptions
 
- 
 - 
Field SummaryFields Modifier and Type Field Description List<DaneCertificateException.CertificateMismatch>certificateMismatchExceptions
 - 
Constructor SummaryConstructors Constructor Description MultipleCertificateMismatchExceptions(List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
certificateMismatchExceptionspublic final List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions 
 
- 
 - 
Constructor Detail- 
MultipleCertificateMismatchExceptionspublic MultipleCertificateMismatchExceptions(List<DaneCertificateException.CertificateMismatch> certificateMismatchExceptions) 
 
- 
 
-