Package org.xbill.DNS.lookup
Class NoSuchDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xbill.DNS.lookup.LookupFailedException
org.xbill.DNS.lookup.NoSuchDomainException
- All Implemented Interfaces:
Serializable
Thrown to indicate that no data is associated with the given name, as indicated by the
Rcode.NXDOMAIN response code as specified in RF2136 Section 2.2.- Since:
- 3.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xbill.DNS.lookup.LookupFailedException
getName, getTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchDomainException
-