Kea 2.7.5
|
#include <exceptions/exceptions.h>
Go to the source code of this file.
Classes | |
class | isc::db::AmbiguousDatabase |
Specification of the database backend to be used yields multiple results. More... | |
class | isc::db::DataTruncated |
Data is truncated. More... | |
class | isc::db::DbConfigError |
Error detected in the database configuration. More... | |
class | isc::db::DuplicateEntry |
Database duplicate entry error. More... | |
class | isc::db::InvalidAddressFamily |
Invalid address family used as input to Lease Manager. More... | |
class | isc::db::InvalidRange |
Upper bound address is lower than lower bound address while retrieving a range of leases. More... | |
class | isc::db::MultipleRecords |
Multiple lease records found where one expected. More... | |
class | isc::db::NoRowsAffected |
Thrown when it is expected that some rows are affected, usually during a DELETE or an UPDATE, but none are. More... | |
class | isc::db::NoSuchDatabase |
Error when specified database could not be found in the server configuration. More... | |
class | isc::db::NullKeyError |
Key is NULL but was specified NOT NULL. More... | |
class | isc::db::ReadOnlyDb |
Attempt to modify data in read-only database. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::db |