Kea
1.9.9-git
|
#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::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... | |
class | isc::db::StatementNotApplied |
Database statement not applied. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::db | |