org.springframework.security.remoting.dns
Class DnsEntryNotFoundException

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
                          extended by 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
Version:
$Id: DnsEntryNotFoundException.java 3862 2009-09-03 19:55:18Z ltaylor $
Author:
Mike Wiesner
See Also:
Serialized Form

Constructor Summary
DnsEntryNotFoundException(String msg)
           
DnsEntryNotFoundException(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

DnsEntryNotFoundException

public DnsEntryNotFoundException(String msg)

DnsEntryNotFoundException

public DnsEntryNotFoundException(String msg,
                                 Throwable cause)


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