Class DnsEntryNotFoundException

All Implemented Interfaces:
Serializable

@Deprecated public class DnsEntryNotFoundException extends DnsLookupException
Deprecated.
as of 5.6.0 with no replacement
This will be thrown if no entry matches the specified DNS query.
Since:
3.0
See Also:
  • Constructor Details

    • DnsEntryNotFoundException

      public DnsEntryNotFoundException(String msg)
      Deprecated.
    • DnsEntryNotFoundException

      public DnsEntryNotFoundException(String msg, Throwable cause)
      Deprecated.