Package org.minidns.iterative
Class IterativeClientException.NotAuthoritativeNorGlueRrFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.minidns.MiniDnsException
-
- org.minidns.iterative.IterativeClientException
-
- org.minidns.iterative.IterativeClientException.NotAuthoritativeNorGlueRrFound
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- IterativeClientException
public static class IterativeClientException.NotAuthoritativeNorGlueRrFound extends IterativeClientException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.minidns.iterative.IterativeClientException
IterativeClientException.LoopDetected, IterativeClientException.MaxIterativeStepsReached, IterativeClientException.NotAuthoritativeNorGlueRrFound
-
-
Constructor Summary
Constructors Constructor Description NotAuthoritativeNorGlueRrFound(org.minidns.dnsmessage.DnsMessage request, org.minidns.dnsqueryresult.DnsQueryResult result, org.minidns.dnsname.DnsName authoritativeZone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.minidns.dnsname.DnsNamegetAuthoritativeZone()org.minidns.dnsmessage.DnsMessagegetRequest()org.minidns.dnsqueryresult.DnsQueryResultgetResult()
-