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 Summary
Nested Classes Modifier and Type Class Description static class
DaneCertificateException.CertificateMismatch
static class
DaneCertificateException.MultipleCertificateMismatchExceptions
-
Constructor Summary
Constructors Modifier Constructor Description protected
DaneCertificateException()
protected
DaneCertificateException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DaneCertificateException
protected DaneCertificateException()
-
DaneCertificateException
protected DaneCertificateException(String message)
-
-