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:
Serializable
- Enclosing class:
IterativeClientException
public static class IterativeClientException.NotAuthoritativeNorGlueRrFound
extends IterativeClientException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.minidns.iterative.IterativeClientException
IterativeClientException.LoopDetected, IterativeClientException.MaxIterativeStepsReached, IterativeClientException.NotAuthoritativeNorGlueRrFoundNested classes/interfaces inherited from class org.minidns.MiniDnsException
org.minidns.MiniDnsException.ErrorResponseException, org.minidns.MiniDnsException.IdMismatch, org.minidns.MiniDnsException.NoQueryPossibleException, org.minidns.MiniDnsException.NullResultException -
Constructor Summary
ConstructorsConstructorDescriptionNotAuthoritativeNorGlueRrFound(org.minidns.dnsmessage.DnsMessage request, org.minidns.dnsqueryresult.DnsQueryResult result, org.minidns.dnsname.DnsName authoritativeZone) -
Method Summary
Modifier and TypeMethodDescriptionorg.minidns.dnsname.DnsNameorg.minidns.dnsmessage.DnsMessageorg.minidns.dnsqueryresult.DnsQueryResultMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAuthoritativeNorGlueRrFound
public NotAuthoritativeNorGlueRrFound(org.minidns.dnsmessage.DnsMessage request, org.minidns.dnsqueryresult.DnsQueryResult result, org.minidns.dnsname.DnsName authoritativeZone)
-
-
Method Details
-
getRequest
public org.minidns.dnsmessage.DnsMessage getRequest() -
getResult
public org.minidns.dnsqueryresult.DnsQueryResult getResult() -
getAuthoritativeZone
public org.minidns.dnsname.DnsName getAuthoritativeZone()
-