Package org.xbill.DNS

Class NameTooLongException

All Implemented Interfaces:
Serializable

public class NameTooLongException extends WireParseException
An exception thrown when a name is longer than the maximum length of a DNS name.
Author:
Brian Wellington
See Also:
  • Constructor Details

    • NameTooLongException

      public NameTooLongException()
    • NameTooLongException

      public NameTooLongException(String s)