connection_error Class Reference

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

Inheritance diagram for connection_error:
Inheritance graph
[legend]
Collaboration diagram for connection_error:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 connection_error (const string &what="", const exception &other=NO_EXCEPTION)
 ~connection_error () throw ()
exceptionclone () const
const char * name () const throw ()

Detailed Description

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


Constructor & Destructor Documentation

connection_error ( const string what = "",
const exception other = NO_EXCEPTION 
)

Referenced by connection_error::clone().

~connection_error (  )  throw ()

Member Function Documentation

exception * clone (  )  const [virtual]

Clone this object.

Returns:
a new copy of this object

Reimplemented from socket_exception.

References connection_error::connection_error().

const char * name (  )  const throw () [virtual]

Return a name identifying the exception.

Returns:
exception name

Reimplemented from socket_exception.


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2