com.ibm.websphere.hamanager.jmx

Class JMXRuntimeException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.lang.RuntimeException
  5. extended bycom.ibm.websphere.hamanager.jmx.JMXRuntimeException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
JMXCmdFailedException, JMXInvalidParameterException, JMXTimedOutException

  1. public class JMXRuntimeException
  2. extends java.lang.RuntimeException
The base class for all HAManager JMX runtime exceptions
Version:
1.5
See Also:
Serialized Form

Constructor Summary

Constructor and Description
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

  1. public JMXRuntimeException(java.lang.String msg)
Constructor for JMXRuntimeException.
Parameters:
msg - the exception message.

JMXRuntimeException

  1. public JMXRuntimeException(java.lang.String msg,
  2. java.lang.Throwable t)
Constructor for JMXRuntimeException.
Parameters:
msg - the exception message.
t - the Throwable representing the root cause of this exception.