org.xbill.DNS
Class NameTooLongException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.xbill.DNS.NameTooLongException
All Implemented Interfaces:
Serializable

public class NameTooLongException
extends IOException

An exception thrown when a name is longer than the maximum length of a DNS name.

Author:
Brian Wellington
See Also:
Serialized Form

Constructor Summary
NameTooLongException()
           
NameTooLongException(String s)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameTooLongException

public NameTooLongException()

NameTooLongException

public NameTooLongException(String s)