home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Symantec Visual Cafe for Java 2.5
/
symantec-visual-cafe-2.5-database-dev-edition.iso
/
VPage
/
Java.bin
/
CLASSES.ZIP
/
sun
/
security
/
pkcs
/
ParsingException.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-08
|
359 b
|
13 lines
package sun.security.pkcs;
import java.io.IOException;
public class ParsingException extends IOException {
public ParsingException() {
}
public ParsingException(String var1) {
super(var1);
}
}