Package org.minidns.dane
Class DaneCertificateException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.security.GeneralSecurityException
- 
- java.security.cert.CertificateException
- 
- org.minidns.dane.DaneCertificateException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- DaneCertificateException.CertificateMismatch,- DaneCertificateException.MultipleCertificateMismatchExceptions
 
 public abstract class DaneCertificateException extends CertificateException - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDaneCertificateException.CertificateMismatchstatic classDaneCertificateException.MultipleCertificateMismatchExceptions
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDaneCertificateException()protectedDaneCertificateException(String message)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DaneCertificateExceptionprotected DaneCertificateException() 
 - 
DaneCertificateExceptionprotected DaneCertificateException(String message) 
 
- 
 
-