HomeSort by: relevance | last modified time | path
    Searched defs:LDAPException (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPException.h 1 /* $NetBSD: LDAPException.h,v 1.4 2025/09/05 21:16:14 christos Exp $ */
25 class LDAPException : public std::runtime_error
30 * Constructs a LDAPException-object from the parameters
35 LDAPException(int res_code,
39 * Constructs a LDAPException-object from the error state of a
44 LDAPException(const LDAPAsynConnection *lc) throw();
49 virtual ~LDAPException() throw();
74 friend std::ostream& operator << (std::ostream &s, LDAPException e) throw();
83 * This class extends LDAPException and is used to signalize Referrals
86 class LDAPReferralException : public LDAPException
    [all...]
LDAPException.cpp 9 #include "LDAPException.h"
16 LDAPException::LDAPException(int res_code, const string& err_string) throw()
24 LDAPException::LDAPException(const LDAPAsynConnection *lc) throw()
49 LDAPException::~LDAPException() throw()
53 int LDAPException::getResultCode() const throw()
58 const string& LDAPException::getResultMsg() const throw()
63 const string& LDAPException::getServerMsg() const throw(
    [all...]

Completed in 27 milliseconds