public class

MBeanServerNotFoundException

extends JmxException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.jmx.JmxException
             ↳ org.springframework.jmx.MBeanServerNotFoundException

Class Overview

Exception thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.

Summary

Public Constructors
MBeanServerNotFoundException(String msg)
Create a new MBeanServerNotFoundException with the supplied error message.
MBeanServerNotFoundException(String msg, Throwable cause)
Create a new MBeanServerNotFoundException with the specified error message and root cause.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MBeanServerNotFoundException (String msg)

Create a new MBeanServerNotFoundException with the supplied error message.

Parameters
msg the error message

public MBeanServerNotFoundException (String msg, Throwable cause)

Create a new MBeanServerNotFoundException with the specified error message and root cause.

Parameters
msg the error message
cause the root cause