Poco::Data::PostgreSQL

class ConnectionException

Library: Data/PostgreSQL
Package: PostgreSQL
Header: Poco/Data/PostgreSQL/PostgreSQLException.h

Description

Inheritance

Direct Base Classes: PostgreSQLException

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

Known Derived Classes: TransactionException

Member Summary

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

Constructors

ConnectionException

ConnectionException(
    const std::string & aMessage
);

Creates ConnectionException from string.