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:
 java.io.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 classIterativeClientException.LoopDetectedstatic classIterativeClientException.MaxIterativeStepsReachedstatic classIterativeClientException.NotAuthoritativeNorGlueRrFound- 
Nested classes/interfaces inherited from class org.minidns.MiniDnsException
MiniDnsException.ErrorResponseException, MiniDnsException.IdMismatch, MiniDnsException.NoQueryPossibleException, MiniDnsException.NullResultException 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedIterativeClientException(java.lang.String message) 
 - 
 
- 
- 
Constructor Detail
- 
IterativeClientException
protected IterativeClientException(java.lang.String message)
 
 - 
 
 -