open class MBeanExportException : JmxException
Exception thrown in case of failure when exporting an MBean.
Author
Rob Harrop
Since
2.0
See Also
MBeanExportOperations
MBeanExportException(msg: String)
Create a new MBeanExportException(msg: String, cause: Throwable)
Create a new |
open class UnableToRegisterMBeanException : MBeanExportException
Exception thrown when we are unable to register an MBean, for example because of a naming conflict. |