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