?? entriesdaoexception.java
字號(hào):
/*
*
* 開發(fā)時(shí)間:2004-08-20 at 05:40:07
*
* 作者:曹廣鑫
*
* 網(wǎng)站:www.helpsoft.org 電子郵件:support@helpsoft.org
*/
package org.helpsoft.blog.exceptions;
public class EntriesDaoException extends DaoException
{
/**
* Method 'EntriesDaoException'
*
* @param message
*/
public EntriesDaoException(String message)
{
super(message);
}
/**
* Method 'EntriesDaoException'
*
* @param message
* @param cause
*/
public EntriesDaoException(String message, Throwable cause)
{
super(message, cause);
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -