home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / Notes.jar / lotus / notes / internal / InfoPaneException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-15  |  369 b   |  14 lines

  1. package lotus.notes.internal;
  2.  
  3. import lotus.notes.NotesException;
  4.  
  5. class InfoPaneException extends NotesException {
  6.    InfoPaneException() {
  7.       super("");
  8.    }
  9.  
  10.    InfoPaneException(String var1) {
  11.       super(var1);
  12.    }
  13. }
  14.