18#ifndef _CMS_TRANSACTIONROLLEDBACKEXCEPTION_H_
19#define _CMS_TRANSACTIONROLLEDBACKEXCEPTION_H_
44 const std::vector<std::pair<std::string, int> >& stackTrace);
CMS API Exception that is the base for all exceptions thrown from CMS classes.
Definition CMSException.h:50
TransactionRolledBackException()
TransactionRolledBackException(const std::string &message, const std::exception *cause)
virtual TransactionRolledBackException * clone()
Creates a cloned version of this CMSException instance.
virtual ~TransactionRolledBackException()
TransactionRolledBackException(const TransactionRolledBackException &ex)
TransactionRolledBackException(const std::string &message)
TransactionRolledBackException(const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace)
#define CMS_API
Definition Config.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition DestinationResolver.h:23