Package org.xbill.DNS.lookup
Class NoSuchRRSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xbill.DNS.lookup.LookupFailedException
org.xbill.DNS.lookup.NoSuchRRSetException
- All Implemented Interfaces:
Serializable
Thrown to indicate that records of the name and type queried does not exist, corresponding to the
Rcode.NXRRSET return code as specified in RFC 2136, 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
-
NoSuchRRSetException
-