SMILA (incubation) API documentation

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

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

public class JmxInvocationException
extends java.lang.Exception

The Class JmxInvocationException.

See Also:
Serialized Form

Constructor Summary
JmxInvocationException()
          Instantiates a new connection exception.
JmxInvocationException(java.lang.String message)
          Instantiates a new connection exception.
JmxInvocationException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new connection exception.
JmxInvocationException(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

JmxInvocationException

public JmxInvocationException()
Instantiates a new connection exception.


JmxInvocationException

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

Parameters:
message - the message

JmxInvocationException

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

Parameters:
cause - the cause

JmxInvocationException

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

Parameters:
message - the message
cause - the cause

SMILA (incubation) API documentation