Class InvalidZoneDataException

All Implemented Interfaces:
Serializable

public class InvalidZoneDataException extends LookupFailedException
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 Details

    • InvalidZoneDataException

      public InvalidZoneDataException(String message)