|
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.jmx.client.CommunicationException
public class CommunicationException
This exception is used to wrap undefined exceptions trapped by the JMS/JMX connector client.
JMSConnectorClient
,
Serialized FormConstructor Summary | |
---|---|
CommunicationException(java.lang.String s)
Creates a CommunicationException that has the given with a detailed message. |
|
CommunicationException(java.lang.Throwable throwable)
Creates a CommunicationException that wraps the actual java.lang.Throwable. |
|
CommunicationException(java.lang.Throwable throwable,
java.lang.String s)
Creates a CommunicationException that wraps the actual java.lang.Throwable and has the given with a detailed message. |
Method Summary | |
---|---|
java.lang.Throwable |
getTargetException()
Returns the actual java.lang.Throwable thrown. |
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 CommunicationException(java.lang.String s)
public CommunicationException(java.lang.Throwable throwable)
public CommunicationException(java.lang.Throwable throwable, java.lang.String s)
Method Detail |
---|
public java.lang.Throwable getTargetException()
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |