org.xbill.DNS
Class ZoneTransferException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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)
           
 
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)