com.gigaspaces.jmx.focalserver
Class MBeanProxyException

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 com.gigaspaces.jmx.focalserver.MBeanProxyException
All Implemented Interfaces:
java.io.Serializable

public class MBeanProxyException
extends javax.management.JMRuntimeException

See Also:
Serialized Form

Constructor Summary
MBeanProxyException()
           
MBeanProxyException(java.lang.Exception exception)
           
MBeanProxyException(java.lang.String message)
           
MBeanProxyException(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

MBeanProxyException

public MBeanProxyException()

MBeanProxyException

public MBeanProxyException(java.lang.String message)

MBeanProxyException

public MBeanProxyException(java.lang.Exception exception)

MBeanProxyException

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

getCause

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


Copyright (c) 2007 GigaSpaces Technologies, Inc.
All Rights Reserved.