This action will force synchronization from sulayman_tien/poco, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
//// DataException.cpp//// Library: Data// Package: DataCore// Module: DataException//// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.// and Contributors.//// SPDX-License-Identifier: BSL-1.0//#include "Poco/Data/DataException.h"#include <typeinfo>namespace Poco {namespace Data {POCO_IMPLEMENT_EXCEPTION(DataException, Poco::IOException, "Database Exception")POCO_IMPLEMENT_EXCEPTION(RowDataMissingException, DataException, "Data for row missing")POCO_IMPLEMENT_EXCEPTION(UnknownDataBaseException, DataException, "Type of data base unknown")POCO_IMPLEMENT_EXCEPTION(UnknownTypeException, DataException, "Type of data unknown")POCO_IMPLEMENT_EXCEPTION(ExecutionException, DataException, "Execution error")POCO_IMPLEMENT_EXCEPTION(BindingException, DataException, "Binding error")POCO_IMPLEMENT_EXCEPTION(ExtractException, DataException, "Extraction error")POCO_IMPLEMENT_EXCEPTION(LimitException, DataException, "Limit error")POCO_IMPLEMENT_EXCEPTION(NotSupportedException, DataException, "Feature or property not supported")POCO_IMPLEMENT_EXCEPTION(SessionUnavailableException, DataException, "Session is unavailable")POCO_IMPLEMENT_EXCEPTION(SessionPoolExhaustedException, DataException, "No more sessions available from the session pool")POCO_IMPLEMENT_EXCEPTION(SessionPoolExistsException, DataException, "Session already exists in the pool")POCO_IMPLEMENT_EXCEPTION(NoDataException, DataException, "No data found")POCO_IMPLEMENT_EXCEPTION(LengthExceededException, DataException, "Data too long")POCO_IMPLEMENT_EXCEPTION(ConnectionFailedException, DataException, "Connection attempt failed")POCO_IMPLEMENT_EXCEPTION(NotConnectedException, DataException, "Not connected to data source")} } // namespace Poco::Data
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。