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.ExceptionIs 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 noJmxServerConnectorregistered for theJmxConnectors. The exception'serrorMessageshould 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)
-
-