home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1997 October
/
PCO1097.ISO
/
FilesBBS
/
WIN95
/
IAVAZIP.EXE
/
DATA.Z
/
rt.jar
/
java
/
net
/
BindException.class
(
.txt
)
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
|
1997-05-20
|
345 b
|
11 lines
package java.net;
public class BindException extends SocketException {
public BindException(String var1) {
super(var1);
}
public BindException() {
}
}