|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.slee.management.DeploymentException | +--javax.slee.management.DependencyException
This exception is thrown by 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 Summary | |
DependencyException(java.lang.String message)
Constructs a DependencyException with a detail message. |
Methods inherited from class javax.slee.management.DeploymentException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DependencyException(java.lang.String message)
DependencyException
with a detail message.message
- the message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |