SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.exceptions
Class JmxConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.management.jmx.client.exceptions.JmxConnectionException
All Implemented Interfaces:
java.io.Serializable

public class JmxConnectionException
extends java.lang.Exception

The Class ConnectionException.

See Also:
Serialized Form

Constructor Summary
JmxConnectionException()
          Instantiates a new connection exception.
JmxConnectionException(java.lang.String message)
          Instantiates a new connection exception.
JmxConnectionException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new connection exception.
JmxConnectionException(java.lang.Throwable cause)
          Instantiates a new connection exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

JmxConnectionException

public JmxConnectionException()
Instantiates a new connection exception.


JmxConnectionException

public JmxConnectionException(java.lang.String message)
Instantiates a new connection exception.

Parameters:
message - the message

JmxConnectionException

public JmxConnectionException(java.lang.Throwable cause)
Instantiates a new connection exception.

Parameters:
cause - the cause

JmxConnectionException

public JmxConnectionException(java.lang.String message,
                              java.lang.Throwable cause)
Instantiates a new connection exception.

Parameters:
message - the message
cause - the cause

SMILA (incubation) API documentation