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 classMiniDnsException.ErrorResponseExceptionstatic classMiniDnsException.IdMismatchstatic classMiniDnsException.NoQueryPossibleExceptionstatic classMiniDnsException.NullResultException
-
Constructor Summary
Constructors Modifier Constructor Description protectedMiniDnsException(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)
-
-