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