com.ibm.websphere.hamanager.jmx
Class JMXException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.hamanager.jmx.JMXException
All implemented interfaces:
java.io.Serializable
- public class JMXException
- extends java.lang.Exception
Version:
1.4
See Also:
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
- 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