#include <src/main/activemq/exceptions/BrokerException.h>
Constructor & Destructor Documentation
activemq::exceptions::BrokerException::BrokerException |
( |
| ) |
throw () [inline] |
activemq::exceptions::BrokerException::BrokerException |
( |
const BrokerException & |
ex | ) |
throw () [inline] |
activemq::exceptions::BrokerException::BrokerException |
( |
const char * |
file, |
|
|
const int |
lineNumber, |
|
|
const char * |
msg, |
|
|
|
... |
|
) |
| throw () [inline] |
activemq::exceptions::BrokerException::BrokerException |
( |
const char * |
file, |
|
|
const int |
lineNumber, |
|
|
const commands::BrokerError * |
error |
|
) |
| throw () [inline] |
virtual activemq::exceptions::BrokerException::~BrokerException |
( |
| ) |
throw () [inline, virtual] |
Member Function Documentation
virtual BrokerException* activemq::exceptions::BrokerException::clone |
( |
| ) |
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.
The documentation for this class was generated from the following file: