Package org.xbill.DNS.lookup
Class InvalidZoneDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xbill.DNS.lookup.LookupFailedException
org.xbill.DNS.lookup.InvalidZoneDataException
- All Implemented Interfaces:
Serializable
Sometimes DNS zone data involved in the lookup might be violating specifications. For example, a
DNAME expansion might result in names that are too long or a query response might hold multiple
CNAME records.
- 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
-
InvalidZoneDataException
-