Class DnsEntryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.remoting.dns.DnsLookupException
org.springframework.security.remoting.dns.DnsEntryNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDeprecated.DnsEntryNotFoundException
(String msg, 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
-
Constructor Details
-
DnsEntryNotFoundException
Deprecated. -
DnsEntryNotFoundException
Deprecated.
-