Class JmxServerConnectionException

  • All Implemented Interfaces:
    Serializable

    public class JmxServerConnectionException
    extends Exception
    Is used to indicate that a connection to a JMX Server (MBeanServer) could not be established. The reason may be that the server is not reachable, or credentials are invalid or there is no JmxServerConnector registered for the JmxConnectors.

    The exception's errorMessage should provide details about the concrete error.

    See Also:
    Serialized Form
    • Constructor Detail

      • JmxServerConnectionException

        public JmxServerConnectionException​(String errorMessage)
      • JmxServerConnectionException

        public JmxServerConnectionException​(IOException ioException)
      • JmxServerConnectionException

        public JmxServerConnectionException​(String errorMessage,
                                            Exception exception)