org.springframework.security.remoting.dns
Class DnsEntryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
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
- Version:
- $Id: DnsEntryNotFoundException.java 3862 2009-09-03 19:55:18Z ltaylor $
- Author:
- Mike Wiesner
- See Also:
- Serialized Form
DnsEntryNotFoundException
public DnsEntryNotFoundException(String msg)
DnsEntryNotFoundException
public DnsEntryNotFoundException(String msg,
Throwable cause)
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.