IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.hamanager.jmx
Class JMXRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.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.5
See Also:
Serialized Form

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

JMXRuntimeException

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

Parameters:
msg - the exception message.

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.

IBM WebSphere Application ServerTM
Release 8