Class 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.DnsName getAuthoritativeZone()  
      org.minidns.dnsmessage.DnsMessage getRequest()  
      org.minidns.dnsqueryresult.DnsQueryResult getResult()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotAuthoritativeNorGlueRrFound

        public NotAuthoritativeNorGlueRrFound​(org.minidns.dnsmessage.DnsMessage request,
                                              org.minidns.dnsqueryresult.DnsQueryResult result,
                                              org.minidns.dnsname.DnsName authoritativeZone)
    • Method Detail

      • getRequest

        public org.minidns.dnsmessage.DnsMessage getRequest()
      • getResult

        public org.minidns.dnsqueryresult.DnsQueryResult getResult()
      • getAuthoritativeZone

        public org.minidns.dnsname.DnsName getAuthoritativeZone()