cms::InvalidDestinationException Class Reference

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>

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

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 ()
virtual
InvalidDestinationException
clone ()
 Creates a cloned version of this CMSException instance.

Detailed Description

This exception must be thrown when a destination either is not understood by a provider or is no longer valid.

Since:
1.3

Constructor & Destructor Documentation

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]

Member Function Documentation

virtual InvalidDestinationException* cms::InvalidDestinationException::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