activemq::transport::BrokerError Class Reference

#include <BrokerError.h>

Inheritance diagram for activemq::transport::BrokerError:

activemq::exceptions::ActiveMQException List of all members.

Public Member Functions

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

Detailed Description

A distributed exception that implies that an error occurred at the broker.


Constructor & Destructor Documentation

activemq::transport::BrokerError::BrokerError  )  [inline]
 

Default Constructor

activemq::transport::BrokerError::BrokerError const exceptions::ActiveMQException ex  )  [inline]
 

Copy Constructor

Parameters:
ex the exception to copy

activemq::transport::BrokerError::BrokerError const BrokerError ex  )  [inline]
 

Copy Constructor

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

activemq::transport::BrokerError::BrokerError 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::transport::BrokerError::~BrokerError  )  [inline, virtual]
 


Member Function Documentation

virtual exceptions::ActiveMQException* activemq::transport::BrokerError::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.

Returns:
a cloned copy of this exception

Reimplemented from activemq::exceptions::ActiveMQException.


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