home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / io / StreamCorruptedException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  226 b   |  11 lines

  1. package java.io;
  2.  
  3. public class StreamCorruptedException extends ObjectStreamException {
  4.    public StreamCorruptedException(String var1) {
  5.       super(var1);
  6.    }
  7.  
  8.    public StreamCorruptedException() {
  9.    }
  10. }
  11.