javax.slee.management
Class DependencyException

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

public class DependencyException
extends DeploymentException

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.

See Also:
Serialized Form

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

DependencyException

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