org.jasen.error
Class DNSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jasen.error.DNSException
All Implemented Interfaces:
Serializable

public class DNSException
extends Exception

Thrown when an unexpected error occurs whilst performing a DNS lookup (eg parse error).

Author:
Jason Polites
See Also:
Serialized Form

Constructor Summary
DNSException()
           
DNSException(String message)
           
DNSException(String message, Throwable cause)
           
DNSException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DNSException

public DNSException()

DNSException

public DNSException(String message)
Parameters:
message -

DNSException

public DNSException(Throwable cause)
Parameters:
cause -

DNSException

public DNSException(String message,
                    Throwable cause)
Parameters:
message -
cause -