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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2005-06-05
|
450 b
|
11 lines
package org.xbill.DNS;
public class ZoneTransferException extends Exception {
public ZoneTransferException() {
}
public ZoneTransferException(String s) {
super(s);
}
}