Uses of Class
org.xbill.DNS.lookup.LookupFailedException
Packages that use LookupFailedException
-
Uses of LookupFailedException in org.xbill.DNS.lookup
Subclasses of LookupFailedException in org.xbill.DNS.lookupModifier and TypeClassDescriptionclassSometimes DNS zone data involved in the lookup might be violating specifications.classThrown to indicate that no data is associated with the given name, as indicated by theRcode.NXDOMAINresponse code as specified in RF2136 Section 2.2.classThrown to indicate that records of the name and type queried does not exist, corresponding to theRcode.NXRRSETreturn code as specified in RFC 2136, Section 2.2.classThrown if the lookup results in a loop of CNAME and/or DNAME indirections.classThrown if the lookup results in too many CNAME and/or DNAME indirections.classRepresents a server failure.