home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 January / maximum-cd-2003-01.iso / Software / Apps / OperawithJava / ow32enen700b1j.exe / OPERA.JAR / opera / OriginNotAllowedException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-11-05  |  319 b   |  11 lines

  1. package opera;
  2.  
  3. public class OriginNotAllowedException extends Exception {
  4.    OriginNotAllowedException() {
  5.    }
  6.  
  7.    OriginNotAllowedException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.