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.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.security.remoting.dns.DnsLookupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DnsEntryNotFoundException

public class DnsLookupException
extends DataAccessException

This will be thrown for unknown DNS errors.

Since:
3.0
Version:
$Id: DnsLookupException.java 3862 2009-09-03 19:55:18Z ltaylor $
Author:
Mike Wiesner
See Also:
Serialized Form

Constructor Summary
DnsLookupException(String msg)
           
DnsLookupException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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)


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.