Class MBeanExportException

    • Constructor Detail

      • MBeanExportException

        public MBeanExportException​(String msg)
        Create a new MBeanExportException with the specified error message.
        Parameters:
        msg - the detail message
      • MBeanExportException

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