Class MBeanServerNotFoundException

    • Constructor Detail

      • MBeanServerNotFoundException

        public MBeanServerNotFoundException​(String msg)
        Create a new MBeanServerNotFoundException with the supplied error message.
        Parameters:
        msg - the error message
      • MBeanServerNotFoundException

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