org.xbill.DNS
Class WireParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.xbill.DNS.WireParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NameTooLongException

public class WireParseException
extends java.io.IOException

An exception thrown when a DNS message is invalid.

Author:
Brian Wellington
See Also:
Serialized Form

Constructor Summary
WireParseException()
           
WireParseException(java.lang.String s)
           
WireParseException(java.lang.String s, java.lang.Throwable cause)
           
 
Method Summary
 
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

WireParseException

public WireParseException()

WireParseException

public WireParseException(java.lang.String s)

WireParseException

public WireParseException(java.lang.String s,
                          java.lang.Throwable cause)


Copyright © 2014. All Rights Reserved.