📄 articledaoexception.java
字号:
/*
* This source file was generated by FireStorm/DAO 3.0 (build 99)
* on 26-十月-2005 at 09:50:56
*
* If you purchase a full license for FireStorm/DAO you can customize this file header.
*
* For more information please visit http://www.codefutures.com/products/firestorm
*/
package cn.wanfeng.myblog.exceptions;
public class ArticleDaoException extends DaoException
{
/**
* Method 'ArticleDaoException'
*
* @param message
*/
public ArticleDaoException(String message)
{
super(message);
}
/**
* Method 'ArticleDaoException'
*
* @param message
* @param cause
*/
public ArticleDaoException(String message, Throwable cause)
{
super(message, cause);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -