activemq-cpp-3.4.0

cms::UnsupportedOperationException Class Reference

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>

Inheritance diagram for cms::UnsupportedOperationException:

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 ()

Detailed Description

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.

Since:
2.0

Constructor & Destructor Documentation

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]

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