javax.slee.management
Class AlreadyDeployedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.slee.management.DeploymentException
                    |
                    +--javax.slee.management.AlreadyDeployedException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyDeployedException
extends DeploymentException

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.

See Also:
Serialized Form

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

AlreadyDeployedException

public AlreadyDeployedException(java.lang.String message)
Constructs an AlreadyDeployedException with a detail message.
Parameters:
message - the message.