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:
java.io.Serializable
- Direct Known Subclasses:
DaneCertificateException.CertificateMismatch,DaneCertificateException.MultipleCertificateMismatchExceptions
public abstract class DaneCertificateException extends java.security.cert.CertificateException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDaneCertificateException.CertificateMismatchstatic classDaneCertificateException.MultipleCertificateMismatchExceptions
-
Constructor Summary
Constructors Modifier Constructor Description protectedDaneCertificateException()protectedDaneCertificateException(java.lang.String message)
-
-
-
Constructor Detail
-
DaneCertificateException
protected DaneCertificateException()
-
DaneCertificateException
protected DaneCertificateException(java.lang.String message)
-
-