IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.hamanager.jmx
Class JMXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.hamanager.jmx.JMXException
All Implemented Interfaces:
java.io.Serializable

public class JMXException
extends java.lang.Exception

The base class for all HAManager JMX exceptions

Version:
1.4
See Also:
Serialized Form

Constructor Summary
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

public JMXException(java.lang.String reason)
Constructor for JMXException.

Parameters:
reason - Reason for this exception

JMXException

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

Parameters:
reason - Reason for this exception
t - Exception object

IBM WebSphere Application ServerTM
Release 7