#include <SocketException.h>
Inheritance diagram for activemq::network::SocketException:
Public Member Functions | |
SocketException () | |
SocketException (const ActiveMQException &ex) | |
SocketException (const SocketException &ex) | |
SocketException (const char *file, const int lineNumber, const char *msg,...) | |
virtual ActiveMQException * | clone () const |
virtual | ~SocketException () |
|
|
|
|
|
|
|
|
|
|
|
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::io::IOException. |