activemq-cpp-3.4.0

activemq::exceptions::ConnectionFailedException Class Reference

#include <src/main/activemq/exceptions/ConnectionFailedException.h>

Inheritance diagram for activemq::exceptions::ConnectionFailedException:

Public Member Functions

 ConnectionFailedException ()
 ConnectionFailedException (const exceptions::ActiveMQException &ex)
 ConnectionFailedException (const ConnectionFailedException &ex)
 ConnectionFailedException (const char *file, const int lineNumber, const char *msg,...)
virtual ConnectionFailedExceptionclone () const
 Clones this exception.
virtual ~ConnectionFailedException () throw ()

Constructor & Destructor Documentation

activemq::exceptions::ConnectionFailedException::ConnectionFailedException ( ) [inline]
activemq::exceptions::ConnectionFailedException::ConnectionFailedException ( const exceptions::ActiveMQException ex) [inline]
activemq::exceptions::ConnectionFailedException::ConnectionFailedException ( const ConnectionFailedException ex) [inline]
activemq::exceptions::ConnectionFailedException::ConnectionFailedException ( const char *  file,
const int  lineNumber,
const char *  msg,
  ... 
) [inline]
virtual activemq::exceptions::ConnectionFailedException::~ConnectionFailedException ( ) throw () [inline, virtual]

Member Function Documentation

virtual ConnectionFailedException* activemq::exceptions::ConnectionFailedException::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.

Returns:
Copy of this Exception object

Reimplemented from activemq::exceptions::ActiveMQException.


The documentation for this class was generated from the following file: