#include <LDAPException.h>
Inheritance diagram for LDAPException:

Public Member Functions | |
| LDAPException (int res_code, const std::string &err_string=std::string()) | |
| Constructs a LDAPException-object from the parameters. | |
| LDAPException (const LDAPAsynConnection *lc) | |
| Constructs a LDAPException-object from the error state of a LDAPAsynConnection-object. | |
| virtual | ~LDAPException () |
| Destructor. | |
| int | getResultCode () const |
| const std::string & | getResultMsg () const |
| const std::string & | getServerMsg () const |
Private Attributes | |
| int | m_res_code |
| std::string | m_res_string |
| std::string | m_err_string |
Friends | |
| std::ostream & | operator<< (std::ostream &s, LDAPException e) |
| This method can be used to dump the data of a LDAPResult-Object. | |
|
||||||||||||
|
Constructs a LDAPException-object from the parameters.
|
|
|
Constructs a LDAPException-object from the error state of a LDAPAsynConnection-object.
|
|
|
Destructor.
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
This method can be used to dump the data of a LDAPResult-Object. It is only useful for debugging purposes at the moment |
|
|
|
|
|
|
|
|
|
1.4.4