org.vostok.management.mbean
Class MBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vostok.management.mbean.MBeanException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CyclicDependencyException, DuplicateNameException, LocalDependencyException, RunningException

public abstract class MBeanException
extends java.lang.Exception

base class for any exception

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

Constructor Summary
MBeanException()
          Creates a new instance of MBeanException without detail message.
MBeanException(java.lang.String msg)
          Constructs an instance of MBeanException 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

MBeanException

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


MBeanException

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

Parameters:
msg - the detail message.