Class MBeanInfoRetrievalException

    • Constructor Detail

      • MBeanInfoRetrievalException

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

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