spring-framework / org.springframework.jmx.access / MBeanInfoRetrievalException

MBeanInfoRetrievalException

open class MBeanInfoRetrievalException : JmxException

Thrown if an exception is encountered when trying to retrieve MBean metadata.

Author
Rob Harrop

Author
Juergen Hoeller

Since
1.2

See Also
MBeanClientInterceptorMBeanProxyFactoryBean

Constructors

<init>

MBeanInfoRetrievalException(msg: String)

Create a new MBeanInfoRetrievalException with the specified error message.

MBeanInfoRetrievalException(msg: String, cause: Throwable)

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