📄 commandinitexception.java~2~
字号:
package com.corp.bisc.ebiz.exception;
/**
* 此处插入类型描述。
* 创建日期:(2002-5-16 17:27:47)
* @author:Administrator
*/
public class CommandInitException extends PortalException {
/**
* CommandInitException 构造子注解。
*/
public CommandInitException() {
super();
}
/**
* CommandInitException 构造子注解。
* @param s java.lang.String
*/
public CommandInitException(String s) {
super(s);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -