activemq::exceptions::ConnectionFailedException Class Reference

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

Inheritance diagram for activemq::exceptions::ConnectionFailedException:
Inheritance graph
[legend]

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

virtual ConnectionFailedException* activemq::exceptions::ConnectionFailedException::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:
Copy of this Exception object

Reimplemented from activemq::exceptions::ActiveMQException.


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

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1