home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
PIE5.0
/
IEDATAJA.CAB
/
OSP.ZIP
/
com
/
ms
/
osp
/
OSPException.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
|
1997-07-28
|
261 b
|
14 lines
package com.ms.osp;
import com.ms.com.ComException;
public class OSPException extends ComException {
public OSPException(int var1) {
super(var1);
}
public OSPException() {
super(-2147467259);
}
}