IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.hamanager.jmx
Class JMXTimedOutException

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
                  extended by com.ibm.websphere.hamanager.jmx.JMXTimedOutException
All Implemented Interfaces:
java.io.Serializable

public class JMXTimedOutException
extends JMXRuntimeException

This is thrown by a JMX command if it times out.

Version:
1.7
See Also:
Serialized Form

Constructor Summary
JMXTimedOutException(java.lang.String reason)
           
JMXTimedOutException(java.lang.String reason, java.lang.Throwable t)
           
 
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

JMXTimedOutException

public JMXTimedOutException(java.lang.String reason)

JMXTimedOutException

public JMXTimedOutException(java.lang.String reason,
                            java.lang.Throwable t)

IBM WebSphere Application ServerTM
Release 7