#include <session.h>
Public Member Functions | |
ConnectionException (char const *op, socket_t *s) | |
virtual const char * | what () const throw () |
int | getErrCode () const |
char * | getMsg () const |
long | getArg () const |
Protected Attributes | |
int | err_code |
char * | msg |
int | arg |
Exception thrown in case of connection failure
long dbException::getArg | ( | ) | const [inline, inherited] |
Get optional argument
int dbException::getErrCode | ( | ) | const [inline, inherited] |
Get error code
dbErrorClass
enum in database.h char* dbException::getMsg | ( | ) | const [inline, inherited] |
Get message text