org.springframework.security.remoting.dns
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
public class DnsLookupException
- extends RuntimeException
This will be thrown for unknown DNS errors.
- 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 |
DnsLookupException
public DnsLookupException(String msg,
Throwable cause)
DnsLookupException
public DnsLookupException(String msg)