authentication_error Class Reference

Error while giving credentials to the server (wrong username or password, or wrong authentication method). More...

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

List of all members.

Public Member Functions

 authentication_error (const string &response, const exception &other=NO_EXCEPTION)
 ~authentication_error () throw ()
const stringresponse () const
exceptionclone () const
const char * name () const throw ()

Detailed Description

Error while giving credentials to the server (wrong username or password, or wrong authentication method).


Constructor & Destructor Documentation

authentication_error ( const string response,
const exception other = NO_EXCEPTION 
)
~authentication_error (  )  throw ()

Member Function Documentation

exception * clone (  )  const [virtual]

Clone this object.

Returns:
a new copy of this object

Reimplemented from net_exception.

References authentication_error::authentication_error().

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

Return a name identifying the exception.

Returns:
exception name

Reimplemented from net_exception.

const string & response (  )  const

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

Generated by  doxygen 1.6.2