Poco::Data::MySQL

class TransactionException

Library: Data/MySQL
Package: MySQL
Header: Poco/Data/MySQL/MySQLException.h

Description

TrabsactionException

Inheritance

Direct Base Classes: ConnectionException

All Base Classes: Poco::Data::DataException, ConnectionException, MySQLException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception

Member Summary

Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what

Constructors

TransactionException

TransactionException(
    const std::string & msg
);

Creates TransactionException from string.

TransactionException

TransactionException(
    const std::string & text,
    MYSQL * h
);

Creates TransactionException from string and handle.