activemq::connector::ConnectorException Class Reference

#include <ConnectorException.h>

Inheritance diagram for activemq::connector::ConnectorException:

activemq::exceptions::ActiveMQException activemq::connector::stomp::StompConnectorException List of all members.

Public Member Functions

 ConnectorException ()
 ConnectorException (const exceptions::ActiveMQException &ex)
 ConnectorException (const ConnectorException &ex)
 ConnectorException (const char *file, const int lineNumber, const char *msg,...)
virtual exceptions::ActiveMQExceptionclone () const
virtual ~ConnectorException ()

Constructor & Destructor Documentation

activemq::connector::ConnectorException::ConnectorException  )  [inline]
 

Default Constructor

activemq::connector::ConnectorException::ConnectorException const exceptions::ActiveMQException ex  )  [inline]
 

Copy Constructor

Parameters:
ex the exception to copy

activemq::connector::ConnectorException::ConnectorException const ConnectorException ex  )  [inline]
 

Copy Constructor

Parameters:
ex the exception to copy, which is an instance of this type

activemq::connector::ConnectorException::ConnectorException const char *  file,
const int  lineNumber,
const char *  msg,
  ...
[inline]
 

Consturctor

Parameters:
file name of the file were the exception occured.
lineNumber line where the exception occured
msg the message that was generated

virtual activemq::connector::ConnectorException::~ConnectorException  )  [inline, virtual]
 


Member Function Documentation

virtual exceptions::ActiveMQException* activemq::connector::ConnectorException::clone void   )  const [inline, virtual]
 

Clones this exception. This is useful for cases where you need to preserve the type of the original exception as well as the message. All subclasses should override.

Reimplemented from activemq::exceptions::ActiveMQException.

Reimplemented in activemq::connector::stomp::StompConnectorException.


The documentation for this class was generated from the following file:
Generated on Thu Aug 3 18:03:32 2006 for activemq-cpp by  doxygen 1.4.5