Poco::Data::SQLite

class ExecutionAbortedException

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

ExecutionAbortedException

ExecutionAbortedException(
    int code = 0
);

ExecutionAbortedException

ExecutionAbortedException(
    const ExecutionAbortedException & exc
);

ExecutionAbortedException

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

ExecutionAbortedException

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

ExecutionAbortedException

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

Destructor

~ExecutionAbortedException

~ExecutionAbortedException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

ExecutionAbortedException & operator = (
    const ExecutionAbortedException & exc
);

rethrow virtual

void rethrow() const;