public class AlreadyDeployedException extends DeploymentException
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 and Description |
|---|
AlreadyDeployedException(String message)
Constructs an
AlreadyDeployedException with a detail message. |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlreadyDeployedException(String message)
AlreadyDeployedException with a detail message.message - the message.