mx4j.tools.remote.proxy
Class RemoteMBeanProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.management.JMRuntimeException
                  extended by mx4j.tools.remote.proxy.RemoteMBeanProxyException
All Implemented Interfaces:
java.io.Serializable

public class RemoteMBeanProxyException
extends javax.management.JMRuntimeException

Version:
$Revision: 1.3 $
See Also:
Serialized Form

Constructor Summary
RemoteMBeanProxyException()
           
RemoteMBeanProxyException(java.lang.Exception exception)
           
RemoteMBeanProxyException(java.lang.String message)
           
RemoteMBeanProxyException(java.lang.String message, java.lang.Exception exception)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

RemoteMBeanProxyException

public RemoteMBeanProxyException()

RemoteMBeanProxyException

public RemoteMBeanProxyException(java.lang.String message)

RemoteMBeanProxyException

public RemoteMBeanProxyException(java.lang.Exception exception)

RemoteMBeanProxyException

public RemoteMBeanProxyException(java.lang.String message,
                                 java.lang.Exception exception)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.