StylesheetNotFoundException.java
上传用户:huihesys
上传日期:2007-01-04
资源大小:3877k
文件大小:0k
源码类别:
WEB邮件程序
开发平台:
C/C++
- package net.wastl.webmail.server;
- /**
- * StylesheetNotFoundException.java
- *
- *
- * Created: Thu May 4 15:37:15 2000
- *
- * @author Sebastian Schaffert
- * @version
- */
- public class StylesheetNotFoundException extends WebMailException {
- public StylesheetNotFoundException() {
- super();
- }
- public StylesheetNotFoundException(String s) {
- super(s);
- }
- } // StylesheetNotFoundException