home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / jNetTool.exe / org / xbill / DNS / ZoneTransferException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2005-06-05  |  450 b   |  11 lines

  1. package org.xbill.DNS;
  2.  
  3. public class ZoneTransferException extends Exception {
  4.    public ZoneTransferException() {
  5.    }
  6.  
  7.    public ZoneTransferException(String s) {
  8.       super(s);
  9.    }
  10. }
  11.