cms::IllegalStateException Class Reference

This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation. More...

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

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

Public Member Functions

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

Detailed Description

This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.

For example, this exception must be thrown if Session.commit is called on a non-transacted session.

Since:
1.3

Constructor & Destructor Documentation

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

Member Function Documentation

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