Poco::Data::SQLite

class TableLockedException

Library: Data/SQLite
Package: SQLite
Header: Poco/Data/SQLite/SQLiteException.h

Inheritance

Direct Base Classes: SQLiteException

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

Member Summary

Member Functions: className, clone, name, operator =, rethrow

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

Constructors

TableLockedException

TableLockedException(
    int code = 0
);

TableLockedException

TableLockedException(
    const TableLockedException & exc
);

TableLockedException

TableLockedException(
    const std::string & msg,
    int code = 0
);

TableLockedException

TableLockedException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);

TableLockedException

TableLockedException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);

Destructor

~TableLockedException

~TableLockedException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

TableLockedException & operator = (
    const TableLockedException & exc
);

rethrow virtual

void rethrow() const;