home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / io / NotActiveException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  284 b   |  13 lines

  1. package java.io;
  2.  
  3. public class NotActiveException extends ObjectStreamException {
  4.    private static final long serialVersionUID = -3893467273049808895L;
  5.  
  6.    public NotActiveException(String var1) {
  7.       super(var1);
  8.    }
  9.  
  10.    public NotActiveException() {
  11.    }
  12. }
  13.