Joedb
10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
error
Disconnection.h
Go to the documentation of this file.
1
#ifndef joedb_Disconnection_declared
2
#define joedb_Disconnection_declared
3
4
#include "
joedb/error/Exception.h
"
5
6
namespace
joedb
7
{
8
/// @ref joedb::Robust_Connection does not try to reconnect when thrown
9
/// @ingroup error
10
class
Disconnection
:
public
Exception
11
{
12
public
:
13
Disconnection
(
const
std::string &message):
Exception
(message)
14
{
15
}
16
};
17
}
18
19
#endif
Exception.h
joedb::Disconnection
joedb::Robust_Connection does not try to reconnect when thrown
Definition
Disconnection.h:11
joedb::Disconnection::Disconnection
Disconnection(const std::string &message)
Definition
Disconnection.h:13
joedb::Exception
Definition
Exception.h:10
joedb
Definition
Server.cpp:11
Generated by
1.9.8