|
|||||||||
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.AlreadyDeployedException
This exception is thrown by the DeploymentMBean.install(java.lang.String)
method if an
attempt is made to install a deployable unit or component with the same
identity as an entity already installed in the SLEE.
Constructor Summary | |
AlreadyDeployedException(java.lang.String message)
Constructs an AlreadyDeployedException 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 AlreadyDeployedException(java.lang.String message)
AlreadyDeployedException
with a detail message.message
- the message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |