public class DependencyException extends DeploymentException
DeploymentMBean.uninstall(javax.slee.management.DeployableUnitID) 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.| Constructor and Description |
|---|
DependencyException(String message)
Constructs a
DependencyException with a detail message. |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DependencyException(String message)
DependencyException with a detail message.message - the message.