com.antiaction.dns
Class DNSException

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

public class DNSException
extends java.lang.Exception

DNS package general exception, in case of packet corruption.

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

Constructor Summary
DNSException(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

DNSException

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