public class

DnsEntryNotFoundException

extends DnsLookupException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.security.remoting.dns.DnsLookupException
           ↳ org.springframework.security.remoting.dns.DnsEntryNotFoundException

Class Overview

This will be thrown if no entry matches the specified DNS query.

Summary

Public Constructors
DnsEntryNotFoundException(String msg)
DnsEntryNotFoundException(String msg, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DnsEntryNotFoundException (String msg)

public DnsEntryNotFoundException (String msg, Throwable cause)