cms::InvalidClientIdException Class Reference

This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider. More...

#include <src/main/cms/InvalidClientIdException.h>

Inheritance diagram for cms::InvalidClientIdException:
Inheritance graph
[legend]

Public Member Functions

 InvalidClientIdException ()
 InvalidClientIdException (const InvalidClientIdException &ex)
 InvalidClientIdException (const std::string &message)
 InvalidClientIdException (const std::string &message, const std::exception *cause)
 InvalidClientIdException (const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace)
virtual ~InvalidClientIdException () throw ()
virtual InvalidClientIdExceptionclone ()
 Creates a cloned version of this CMSException instance.

Detailed Description

This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.

Since:
1.3

Constructor & Destructor Documentation

cms::InvalidClientIdException::InvalidClientIdException (  ) 
cms::InvalidClientIdException::InvalidClientIdException ( const InvalidClientIdException ex  ) 
cms::InvalidClientIdException::InvalidClientIdException ( const std::string &  message  ) 
cms::InvalidClientIdException::InvalidClientIdException ( const std::string &  message,
const std::exception *  cause 
)
cms::InvalidClientIdException::InvalidClientIdException ( const std::string &  message,
const std::exception *  cause,
const std::vector< std::pair< std::string, int > > &  stackTrace 
)
virtual cms::InvalidClientIdException::~InvalidClientIdException (  )  throw () [virtual]

Member Function Documentation

virtual InvalidClientIdException* cms::InvalidClientIdException::clone (  )  [virtual]

Creates a cloned version of this CMSException instance.

This method passes on ownership of the contained cause exception pointer to the clone. This method is mainly useful to the CMS provider.

Returns:
new pointer that is a clone of this Exception, caller owns.

Reimplemented from cms::CMSException.


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