activemq-cpp-3.4.0
|
This exception must be thrown when a destination either is not understood by a provider or is no longer valid. More...
#include <src/main/cms/InvalidDestinationException.h>
Public Member Functions | |
InvalidDestinationException () | |
InvalidDestinationException (const InvalidDestinationException &ex) | |
InvalidDestinationException (const std::string &message) | |
InvalidDestinationException (const std::string &message, const std::exception *cause) | |
InvalidDestinationException (const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace) | |
virtual | ~InvalidDestinationException () throw () |
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
cms::InvalidDestinationException::InvalidDestinationException | ( | ) |
cms::InvalidDestinationException::InvalidDestinationException | ( | const InvalidDestinationException & | ex | ) |
cms::InvalidDestinationException::InvalidDestinationException | ( | const std::string & | message | ) |
cms::InvalidDestinationException::InvalidDestinationException | ( | const std::string & | message, |
const std::exception * | cause | ||
) |
cms::InvalidDestinationException::InvalidDestinationException | ( | const std::string & | message, |
const std::exception * | cause, | ||
const std::vector< std::pair< std::string, int > > & | stackTrace | ||
) |
virtual cms::InvalidDestinationException::~InvalidDestinationException | ( | ) | throw () [virtual] |