spring-framework / org.springframework.jmx.export / MBeanExportException

MBeanExportException

open class MBeanExportException : JmxException

Exception thrown in case of failure when exporting an MBean.

Author
Rob Harrop

Since
2.0

See Also
MBeanExportOperations

Constructors

<init>

MBeanExportException(msg: String)

Create a new MBeanExportException with the specified error message.

MBeanExportException(msg: String, cause: Throwable)

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

Inheritors

UnableToRegisterMBeanException

open class UnableToRegisterMBeanException : MBeanExportException

Exception thrown when we are unable to register an MBean, for example because of a naming conflict.