Package | Description |
---|---|
org.xbill.DNS.lookup |
Modifier and Type | Class and Description |
---|---|
class |
InvalidZoneDataException
Sometimes DNS zone data involved in the lookup might be violating specifications.
|
class |
NoSuchDomainException
Thrown to indicate that no data is associated with the given name, as indicated by the NXDOMAIN
response code as specified in RF2136 Section 2.2.
|
class |
NoSuchRRSetException
Thrown to indicate that records of the name and type queried does not exist, corresponding to the
NXRRSET return code as specified in RFC2136 Section 2.2.
|
class |
RedirectLoopException
Thrown if the lookup results in a loop of CNAME and/or DNAME indirections.
|
class |
RedirectOverflowException
Thrown if the lookup results in too many CNAME and/or DNAME indirections.
|
class |
ServerFailedException
Represents a server failure, that the upstream server responding to the request returned a
SERVFAIL status.
|