Joedb
10.4.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
explicit
Disconnection
(
const
char
*what_arg):
Exception
(what_arg)
14
{
15
}
16
17
explicit
Disconnection
(
const
std::string &what_arg):
Exception
(what_arg)
18
{
19
}
20
};
21
}
22
23
#endif
Exception.h
joedb::Disconnection
joedb::Robust_Connection does not try to reconnect when thrown
Definition
Disconnection.h:11
joedb::Disconnection::Disconnection
Disconnection(const char *what_arg)
Definition
Disconnection.h:13
joedb::Disconnection::Disconnection
Disconnection(const std::string &what_arg)
Definition
Disconnection.h:17
joedb::Exception
Definition
Exception.h:10
joedb
Definition
Server.cpp:10
Generated by
1.9.8