Package org.xbill.DNS.lookup
package org.xbill.DNS.lookup
-
ClassDescriptionSometimes DNS zone data involved in the lookup might be violating specifications.A base class for all types of things that might fail when making a DNS lookup.LookupResult instances holds the result of a successful lookup operation.LookupSession provides facilities to make DNS Queries.A builder for
LookupSessioninstances.Thrown to indicate that no data is associated with the given name, as indicated by theRcode.NXDOMAINresponse code as specified in RF2136 Section 2.2.Thrown 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.Thrown if the lookup results in a loop of CNAME and/or DNAME indirections.Thrown if the lookup results in too many CNAME and/or DNAME indirections.Represents a server failure.