org.springframework.security.remoting.dns
Class DnsLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
DnsLookupException(String msg)
           
DnsLookupException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DnsLookupException

public DnsLookupException(String msg,
                          Throwable cause)

DnsLookupException

public DnsLookupException(String msg)