类 JmxException

    • 构造器详细资料

      • JmxException

        public JmxException​(String msg)
        Constructor for JmxException.
        参数:
        msg - the detail message
      • JmxException

        public JmxException​(String msg,
                            Throwable cause)
        Constructor for JmxException.
        参数:
        msg - the detail message
        cause - the root cause (usually a raw JMX API exception)