Poco::Data::SQLite

class DBLockedException

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

DBLockedException

DBLockedException(
    int code = 0
);

DBLockedException

DBLockedException(
    const DBLockedException & exc
);

DBLockedException

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

DBLockedException

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

DBLockedException

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

Destructor

~DBLockedException

~DBLockedException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

DBLockedException & operator = (
    const DBLockedException & exc
);

rethrow virtual

void rethrow() const;