MBeanExportException(msg: String)
Create a new MBeanExportException with the specified error message.
MBeanExportException
msg - the detail message
msg
MBeanExportException(msg: String, cause: Throwable)
Create a new MBeanExportException with the specified error message and root cause.
cause - the root cause
cause