|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException
com.sonicsw.mf.mgmtapi.runtime.ProxyRuntimeException
public final class ProxyRuntimeException
Proxy runtime exceptions are used to wrap underlying exceptions propagated from the remote component the proxy represents.
Use getTargetException() to get the underlying exception.
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 |
---|
public ProxyRuntimeException(java.lang.Exception e)
public ProxyRuntimeException(java.lang.Exception e, java.lang.String message)
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |