#include <Pt/Db/DbError.h>
Base class for connection errors.
Inherits DbError.
Inherited by AccessDenied, and InvalidConnection.
Public Member Functions | |
| ConnectionError (const std::string &what) | |
| Constructs the error with message what. | |
| ~ConnectionError () throw () | |
| Destructor. | |