Class DnsLookupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.remoting.dns.DnsLookupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DnsEntryNotFoundException

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

    • DnsLookupException

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

      public DnsLookupException(String msg)
      Deprecated.