Package org.minidns
Class MiniDnsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.minidns.MiniDnsException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DnssecResultNotAuthenticException
,IterativeClientException
,MiniDnsException.ErrorResponseException
,MiniDnsException.IdMismatch
,MiniDnsException.NoQueryPossibleException
,MiniDnsException.NullResultException
,ResolutionUnsuccessfulException
public abstract class MiniDnsException extends IOException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MiniDnsException.ErrorResponseException
static class
MiniDnsException.IdMismatch
static class
MiniDnsException.NoQueryPossibleException
static class
MiniDnsException.NullResultException
-
Constructor Summary
Constructors Modifier Constructor Description protected
MiniDnsException(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
-
MiniDnsException
protected MiniDnsException(String message)
-
-