activemq-cpp-3.4.0
|
This exception must be thrown when a CMS client attempts use a CMS method that is not implemented or not supported by the CMS Provider in use. More...
#include <src/main/cms/UnsupportedOperationException.h>
Public Member Functions | |
UnsupportedOperationException () | |
UnsupportedOperationException (const UnsupportedOperationException &ex) | |
UnsupportedOperationException (const std::string &message) | |
UnsupportedOperationException (const std::string &message, const std::exception *cause) | |
UnsupportedOperationException (const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace) | |
virtual | ~UnsupportedOperationException () throw () |
This exception must be thrown when a CMS client attempts use a CMS method that is not implemented or not supported by the CMS Provider in use.
cms::UnsupportedOperationException::UnsupportedOperationException | ( | ) |
cms::UnsupportedOperationException::UnsupportedOperationException | ( | const UnsupportedOperationException & | ex | ) |
cms::UnsupportedOperationException::UnsupportedOperationException | ( | const std::string & | message | ) |
cms::UnsupportedOperationException::UnsupportedOperationException | ( | const std::string & | message, |
const std::exception * | cause | ||
) |
cms::UnsupportedOperationException::UnsupportedOperationException | ( | const std::string & | message, |
const std::exception * | cause, | ||
const std::vector< std::pair< std::string, int > > & | stackTrace | ||
) |
virtual cms::UnsupportedOperationException::~UnsupportedOperationException | ( | ) | throw () [virtual] |