Class DnsLookupException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DnsEntryNotFoundException

    @Deprecated
    public class DnsLookupException
    extends java.lang.RuntimeException
    Deprecated.
    as of 5.6.0 with no replacement
    This will be thrown for unknown DNS errors.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DnsLookupException​(java.lang.String msg)
      Deprecated.
       
      DnsLookupException​(java.lang.String msg, java.lang.Throwable cause)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DnsLookupException

        public DnsLookupException​(java.lang.String msg,
                                  java.lang.Throwable cause)
        Deprecated.
      • DnsLookupException

        public DnsLookupException​(java.lang.String msg)
        Deprecated.