TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

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

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

public class MBeanServerNotFoundException
extends java.lang.Exception

Exception thrown when a the Mbean server cannot be found.

Since:
TPTP 4.4
See Also:
Serialized Form

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

MBeanServerNotFoundException

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

Parameters:
msg - the message

MBeanServerNotFoundException

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

Parameters:
msg - the message

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification