org.springframework.security.remoting.dns
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
public class DnsEntryNotFoundException
- extends DnsLookupException
This will be thrown if no entry matches the specified DNS query.
- Since:
- 3.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DnsEntryNotFoundException
public DnsEntryNotFoundException(String msg)
DnsEntryNotFoundException
public DnsEntryNotFoundException(String msg,
Throwable cause)