com.ibm.websphere.hamanager.jmx

Class JMXException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.hamanager.jmx.JMXException
All implemented interfaces:
java.io.Serializable

  1. public class JMXException
  2. extends java.lang.Exception
The base class for all HAManager JMX exceptions
Version:
1.4
See Also:
Serialized Form

Constructor Summary

Constructor and Description
JMXException(java.lang.String reason)
Constructor for JMXException.
JMXException(java.lang.String reason,java.lang.Throwable t)
Constructor for JMXException.

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

JMXException

  1. public JMXException(java.lang.String reason)
Constructor for JMXException.
Parameters:
reason - Reason for this exception

JMXException

  1. public JMXException(java.lang.String reason,
  2. java.lang.Throwable t)
Constructor for JMXException.
Parameters:
reason - Reason for this exception
t - Exception object