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