spring-framework / org.springframework.jmx / MBeanServerNotFoundException

MBeanServerNotFoundException

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

Constructors

<init>

MBeanServerNotFoundException(msg: String)

Create a new MBeanServerNotFoundException with the supplied error message.

MBeanServerNotFoundException(msg: String, cause: Throwable)

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