home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / rt.jar / java / io / ObjectStreamException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-23  |  359 b   |  11 lines

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