Sonic Management API

com.sonicsw.mf.mgmtapi.runtime
Class ProxyRuntimeException

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.sonicsw.mf.mgmtapi.runtime.ProxyRuntimeException
All Implemented Interfaces:
java.io.Serializable

public final class ProxyRuntimeException
extends JMRuntimeException

Proxy runtime exceptions are used to wrap underlying exceptions propagated from the remote component the proxy represents.

Use getTargetException() to get the underlying exception.

See Also:
Serialized Form

Constructor Summary
ProxyRuntimeException(java.lang.Exception e)
          Constructs a proxy runtime exception with the given cause exception.
ProxyRuntimeException(java.lang.Exception e, java.lang.String message)
          Constructs a proxy runtime exception with the given target cause and message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyRuntimeException

public ProxyRuntimeException(java.lang.Exception e)
Constructs a proxy runtime exception with the given cause exception.


ProxyRuntimeException

public ProxyRuntimeException(java.lang.Exception e,
                             java.lang.String message)
Constructs a proxy runtime exception with the given target cause and message.


Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.