org.xbill.DNS
Class ZoneTransferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xbill.DNS.ZoneTransferException
All Implemented Interfaces:
Serializable

public class ZoneTransferException
extends Exception

An exception thrown when a zone transfer fails.

Author:
Brian Wellington
See Also:
Serialized Form

Constructor Summary
ZoneTransferException()
           
ZoneTransferException(String s)
           
 
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

ZoneTransferException

public ZoneTransferException()

ZoneTransferException

public ZoneTransferException(String s)