#include <BrokerError.h>
Inheritance diagram for activemq::transport::BrokerError:
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::ActiveMQException * | clone () const |
virtual | ~BrokerError () |
|
Default Constructor |
|
Copy Constructor
|
|
Copy Constructor
|
|
Consturctor
|
|
|
|
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. |