📄 dependencyexception.java
字号:
package javax.slee.management;/** * This exception is thrown by {@link DeploymentMBean#uninstall} method if an * attempt is made to uninstall a deployable unit when another component in * another deployable unit depends on a component contained within the deployable * unit being uninstalled. */public class DependencyException extends DeploymentException { /** * Constructs a <code>DependencyException</code> with a detail message. * @param message the message. */ public DependencyException(String message) { super(message); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -