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

📄 forbiddentargetexception.java

📁 jpeg2000编解码
💻 JAVA
字号:
// $Log: ForbiddenTargetException.java,v $// Revision 1.1.1.1  2002/08/27 11:48:59  grosbois// Imported source from cryptix 3.2//// Revision 1.1.1.1  1997/11/03 22:36:57  hopwood// + Imported to CVS (tagged as 'start').//// $Endlog$package netscape.security;/** * Dummy class. */public class ForbiddenTargetException extends RuntimeException {    public ForbiddenTargetException() { super(); }    public ForbiddenTargetException(String s) { super(s); }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -