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
-
Nested classes/interfaces inherited from class org.minidns.MiniDnsException
MiniDnsException.ErrorResponseException, MiniDnsException.IdMismatch, MiniDnsException.NoQueryPossibleException, MiniDnsException.NullResultException
-
-
Constructor Summary
Constructors Constructor Description NotAuthoritativeNorGlueRrFound(DnsMessage request, DnsQueryResult result, DnsName authoritativeZone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsName
getAuthoritativeZone()
DnsMessage
getRequest()
DnsQueryResult
getResult()
-
-
-
Constructor Detail
-
NotAuthoritativeNorGlueRrFound
public NotAuthoritativeNorGlueRrFound(DnsMessage request, DnsQueryResult result, DnsName authoritativeZone)
-
-
Method Detail
-
getRequest
public DnsMessage getRequest()
-
getResult
public DnsQueryResult getResult()
-
getAuthoritativeZone
public DnsName getAuthoritativeZone()
-
-