Class JMXProviderException

    • Constructor Detail

      • JMXProviderException

        public JMXProviderException()

        Constructs a JMXProviderException with no specified detail message.

      • JMXProviderException

        public JMXProviderException​(String message)

        Constructs a JMXProviderException with the specified detail message.

        Parameters:
        message - the detail message
      • JMXProviderException

        public JMXProviderException​(String message,
                                    Throwable cause)

        Constructs a JMXProviderException with the specified detail message and nested exception.

        Parameters:
        message - the detail message
        cause - the nested exception