javax.slee.management
Class DependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.slee.management.DeploymentException
              extended by 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.
 
Method Summary
 
Methods inherited from class javax.slee.management.DeploymentException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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.


Copyright © 2009. All Rights Reserved.