Package org.minidns.iterative
Class IterativeClientException.MaxIterativeStepsReached
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- org.minidns.MiniDnsException
- 
- org.minidns.iterative.IterativeClientException
- 
- org.minidns.iterative.IterativeClientException.MaxIterativeStepsReached
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- IterativeClientException
 
 public static class IterativeClientException.MaxIterativeStepsReached extends IterativeClientException - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.minidns.iterative.IterativeClientExceptionIterativeClientException.LoopDetected, IterativeClientException.MaxIterativeStepsReached, IterativeClientException.NotAuthoritativeNorGlueRrFound
 - 
Nested classes/interfaces inherited from class org.minidns.MiniDnsExceptionMiniDnsException.ErrorResponseException, MiniDnsException.IdMismatch, MiniDnsException.NoQueryPossibleException, MiniDnsException.NullResultException
 
- 
 - 
Constructor SummaryConstructors Constructor Description MaxIterativeStepsReached()
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
MaxIterativeStepsReachedpublic MaxIterativeStepsReached() 
 
- 
 
-