Sonic Management API

com.sonicsw.mf.jmx.client
Class CommunicationException

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.jmx.client.CommunicationException
All Implemented Interfaces:
java.io.Serializable

public class CommunicationException
extends JMRuntimeException

This exception is used to wrap undefined exceptions trapped by the JMS/JMX connector client.

See Also:
JMSConnectorClient, Serialized Form

Constructor 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

CommunicationException

public CommunicationException(java.lang.String s)
Creates a CommunicationException that has the given with a detailed message.


CommunicationException

public CommunicationException(java.lang.Throwable throwable)
Creates a CommunicationException that wraps the actual java.lang.Throwable.


CommunicationException

public 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 Detail

getTargetException

public java.lang.Throwable getTargetException()
Returns the actual java.lang.Throwable thrown.


Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 16-Sep-2010.