Library: ODBC
Package: ODBC
Header: Poco/Data/ODBC/ODBCException.h
Direct Base Classes: ODBCException
All Base Classes: Poco::Data::DataException, ODBCException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
DataTruncatedException(
    int code = 0
);
DataTruncatedException(
    const DataTruncatedException & exc
);
DataTruncatedException(
    const std::string & msg,
    int code = 0
);
DataTruncatedException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
DataTruncatedException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
 
 const char * className() const;
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::Data::ODBC::ODBCException::name()
DataTruncatedException & operator = (
    const DataTruncatedException & exc
);
 
 void rethrow() const;