com.antiaction.dns
Class DNSNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.antiaction.dns.DNSNameException
All Implemented Interfaces:
java.io.Serializable

public class DNSNameException
extends java.lang.Exception

DNS domainname exception, in case of corrupt domainname data.

Version:
2.00
Author:
Nicholas Clarke
See Also:
Serialized Form

Constructor Summary
DNSNameException(java.lang.String text)
          Overriding constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DNSNameException

public DNSNameException(java.lang.String text)
Overriding constructor.
Parameters:
text - error message.