TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.monitoring.instrumentation.internal.jmx.exception
Class MBeanCreateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.tptp.monitoring.instrumentation.internal.jmx.exception.MBeanCreateException
All Implemented Interfaces:
java.io.Serializable

public class MBeanCreateException
extends java.lang.Exception

Exception thrown when a the Mbean cannot be created correctly. Can occur either by the mbean server not allowing the model mbean to registered or mbean model was not created correctly.

Since:
TPTP 4.4
See Also:
Serialized Form

Constructor Summary
MBeanCreateException(java.lang.String msg)
          Create a new MBeanCreateException with the given message.
MBeanCreateException(java.lang.String msg, java.lang.Throwable throwable)
          Create a new MBeanCreateException with the given message and exception.
 
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

MBeanCreateException

public MBeanCreateException(java.lang.String msg)
Create a new MBeanCreateException with the given message.

Parameters:
msg - the message

MBeanCreateException

public MBeanCreateException(java.lang.String msg,
                            java.lang.Throwable throwable)
Create a new MBeanCreateException with the given message and exception.

Parameters:
msg - the message
throwable - the root cause

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification