Error while connecting to the server: this may be a DNS resolution error or a connection error (for example, time-out while connecting). More...


Public Member Functions | |
| connection_error (const string &what="", const exception &other=NO_EXCEPTION) | |
| ~connection_error () throw () | |
| exception * | clone () const |
| const char * | name () const throw () |
Error while connecting to the server: this may be a DNS resolution error or a connection error (for example, time-out while connecting).
| connection_error | ( | const string & | what = "", |
|
| const exception & | other = NO_EXCEPTION | |||
| ) |
Referenced by connection_error::clone().
| ~connection_error | ( | ) | throw () |
| exception * clone | ( | ) | const [virtual] |
Clone this object.
Reimplemented from socket_exception.
References connection_error::connection_error().
| const char * name | ( | ) | const throw () [virtual] |
Return a name identifying the exception.
Reimplemented from socket_exception.
1.6.2