org.vostok.management.mbean
Class LocalDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vostok.management.mbean.MBeanException
              extended by org.vostok.management.mbean.LocalDependencyException
All Implemented Interfaces:
java.io.Serializable

public class LocalDependencyException
extends MBeanException

throw when thying to set a dependency to a class not annoted with a mbean annotation

Author:
levreau.jerome@vostoksystem.eu
See Also:
LocalDependencies, Serialized Form

Constructor Summary
LocalDependencyException()
          Creates a new instance of LocalDependencyException without detail message.
LocalDependencyException(java.lang.String msg)
          Constructs an instance of LocalDependencyException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

LocalDependencyException

public LocalDependencyException()
Creates a new instance of LocalDependencyException without detail message.


LocalDependencyException

public LocalDependencyException(java.lang.String msg)
Constructs an instance of LocalDependencyException with the specified detail message.

Parameters:
msg - the detail message.