Class JmxServerConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.jmx.connection.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 noJmxServerConnector
registered for theJmxConnectors
. The exception'serrorMessage
should provide details about the concrete error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmxServerConnectionException(java.io.IOException ioException)
JmxServerConnectionException(java.lang.String errorMessage)
JmxServerConnectionException(java.lang.String errorMessage, java.lang.Exception exception)
-
-
-
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)
-
-