Class JmxServerConnectionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JmxServerConnectionException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JmxServerConnectionException

        public JmxServerConnectionException​(java.lang.String errorMessage)
      • JmxServerConnectionException

        public JmxServerConnectionException​(java.io.IOException ioException)
      • JmxServerConnectionException

        public JmxServerConnectionException​(java.lang.String errorMessage,
                                            java.lang.Exception exception)