com.ibm.websphere.hamanager.jmx
Class JMXRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.websphere.hamanager.jmx.JMXRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JMXCmdFailedException, JMXInvalidParameterException, JMXTimedOutException

public class JMXRuntimeException
extends java.lang.RuntimeException

The base class for all HAManager JMX runtime exceptions

Version:
1.4
See Also:
Serialized Form

Constructor Summary
JMXRuntimeException()
          Constructor for JMXRuntimeException.
JMXRuntimeException(java.lang.String msg)
          Constructor for JMXRuntimeException.
JMXRuntimeException(java.lang.String msg, java.lang.Throwable t)
          Constructor for JMXRuntimeException.
JMXRuntimeException(java.lang.Throwable t)
          Constructor for JMXRuntimeException.
 
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

JMXRuntimeException

public JMXRuntimeException()
Constructor for JMXRuntimeException.


JMXRuntimeException

public JMXRuntimeException(java.lang.String msg)
Constructor for JMXRuntimeException.

Parameters:
msg - the exception message.

JMXRuntimeException

public JMXRuntimeException(java.lang.Throwable t)
Constructor for JMXRuntimeException.

Parameters:
t - the Throwable representing the root cause of this exception.

JMXRuntimeException

public JMXRuntimeException(java.lang.String msg,
                           java.lang.Throwable t)
Constructor for JMXRuntimeException.

Parameters:
msg - the exception message.
t - the Throwable representing the root cause of this exception.