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

  1. package lotus.notes;
  2.  
  3. public class SecurityContextException extends RuntimeException {
  4.    public SecurityContextException() {
  5.    }
  6.  
  7.    public SecurityContextException(String var1) {
  8.       super(var1);
  9.    }
  10.  
  11.    public SecurityContextException(ThreadGroup var1) {
  12.       super(JavaString.resource.getString("no_thread_context") + " " + var1.getName());
  13.    }
  14. }
  15.