open class MBeanServerNotFoundException : JmxException
Exception thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
Author
Rob Harrop
Author
Juergen Hoeller
Since
1.2
See Also
org.springframework.jmx.support.JmxUtils#locateMBeanServer
MBeanServerNotFoundException(msg: String)
Create a new MBeanServerNotFoundException(msg: String, cause: Throwable)
Create a new |