⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 articledaoexception.java

📁 jsp做的blog jsp做的blog
💻 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 + -