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:
java.io.Serializable
public class DnsEntryNotFoundException extends DnsLookupException
This will be thrown if no entry matches the specified DNS query.- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DnsEntryNotFoundException(java.lang.String msg)
DnsEntryNotFoundException(java.lang.String msg, java.lang.Throwable cause)
-