home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
NETSCAP4.06
/
CP32E406.EXE
/
nav40.z
/
jae40.jar
/
java
/
rmi
/
ServerRuntimeException.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
|
1998-08-13
|
371 b
|
8 lines
package java.rmi;
public class ServerRuntimeException extends RemoteException {
public ServerRuntimeException(String var1, Exception var2) {
super(var1, var2);
}
}