?? backupexception.java
字號:
package com.briup.exception;
/**
* @author renqs
* @company Briup Technology Inc,.(Shanghai)
* @date JUL 1, 2008 2:30:56 PM
*/
public class BackupException extends Exception {
public BackupException() {
super();
}
public BackupException(String arg0, Throwable arg1) {
super(arg0, arg1);
}
public BackupException(String arg0) {
super(arg0);
}
public BackupException(Throwable arg0) {
super(arg0);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -