Searched refs:LDAPException (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPException.cpp9 #include "LDAPException.h"
16 LDAPException::LDAPException(int res_code, const string& err_string) throw() function in class:LDAPException
24 LDAPException::LDAPException(const LDAPAsynConnection *lc) throw() function in class:LDAPException
49 LDAPException::~LDAPException() throw()
53 int LDAPException::getResultCode() const throw()
58 const string& LDAPException::getResultMsg() const throw()
63 const string& LDAPException
[all...]
H A DLDAPException.h23 class LDAPException : public std::runtime_error class in inherits:std::runtime_error
28 * Constructs a LDAPException-object from the parameters
33 LDAPException(int res_code,
37 * Constructs a LDAPException-object from the error state of a
42 LDAPException(const LDAPAsynConnection *lc) throw();
47 virtual ~LDAPException() throw();
72 friend std::ostream& operator << (std::ostream &s, LDAPException e) throw();
81 * This class extends LDAPException and is used to signalize Referrals
84 class LDAPReferralException : public LDAPException
H A DTlsOptions.cpp8 #include "LDAPException.h"
43 throw( LDAPException( LDAP_PARAM_ERROR, "unknown Option" ) );
47 throw( LDAPException( LDAP_PARAM_ERROR, "not a string option" ) );
70 throw( LDAPException( ret ));
72 throw( LDAPException( LDAP_PARAM_ERROR, "error while setting TLS option" ) );
83 throw( LDAPException( ret ));
85 throw( LDAPException( LDAP_PARAM_ERROR, "error while reading TLS option" ) );
116 throw( LDAPException( ret ));
118 throw( LDAPException( LDAP_LOCAL_ERROR, "error while renewing TLS context" ) );
H A DLDAPConnection.cpp10 #include "LDAPException.h"
40 }catch(LDAPException e){
56 throw LDAPException(resCode, srvMsg);
74 }catch(LDAPException e){
90 throw LDAPException(resCode, srvMsg);
109 }catch(LDAPException e){
138 throw LDAPException(resCode, srvMsg);
149 }catch(LDAPException e){
172 throw LDAPException(resCode, srvMsg);
184 }catch(LDAPException
[all...]
H A DLDAPAsynConnection.cpp61 throw LDAPException( ret );
72 throw LDAPException( ret );
82 throw LDAPException(this);
95 }catch(LDAPException e){
110 }catch(LDAPException e){
130 }catch(LDAPException e){
150 }catch(LDAPException e){
164 }catch(LDAPException e){
179 }catch(LDAPException e){
193 }catch(LDAPException
[all...]
H A DLDAPMessageQueue.cpp17 #include "LDAPException.h"
52 }catch(LDAPException e){
149 throw LDAPException(LDAP_REFERRAL_LIMIT_EXCEEDED);
153 throw LDAPException(LDAP_CLIENT_LOOP);
158 }catch (LDAPException e){
H A DLDAPDeleteRequest.cpp12 #include "LDAPException.h"
51 throw LDAPException(err);
65 }catch (LDAPException e){
H A DLDAPExtResult.cpp10 #include "LDAPException.h"
27 throw LDAPException(err);
H A DLDAPSaslBindResult.cpp10 #include "LDAPException.h"
26 throw LDAPException(err);
H A DLDAPSearchReference.cpp12 #include "LDAPException.h"
30 throw LDAPException(err);
H A DLDAPSearchResults.cpp8 #include "LDAPException.h"
25 }catch (LDAPException e){
H A DLDAPAddRequest.cpp14 #include "LDAPException.h"
56 throw LDAPException(err);
70 } catch(LDAPException e){
H A DLDAPCompareRequest.cpp12 #include "LDAPException.h"
57 throw LDAPException(err);
71 }catch(LDAPException e){
H A DLDAPExtRequest.cpp12 #include "LDAPException.h"
60 throw LDAPException(err);
74 } catch(LDAPException e){
H A DLDAPModDNRequest.cpp12 #include "LDAPException.h"
64 throw LDAPException(err);
78 } catch(LDAPException e){
H A DLDAPModifyRequest.cpp12 #include "LDAPException.h"
57 throw LDAPException(err);
71 } catch(LDAPException e){
H A DLDAPResult.cpp12 #include "LDAPException.h"
32 throw LDAPException(err);
H A DLDAPBindRequest.cpp12 #include "LDAPException.h"
73 throw LDAPException(err);
105 throw LDAPException(err);
157 throw LDAPException(res);
H A DLDAPAsynConnection.h17 #include <LDAPException.h>
102 * @throws LDAPException if the TLS Layer could not be setup
109 * @throws LDAPException If the Request could not be sent to the
110 * destination server, a LDAPException-object contains the
133 * @throws LDAPException If the Request could not be sent to the
134 * destination server, a LDAPException-object contains the
158 * @throws LDAPException If the Request could not be sent to the
159 * destination server, a LDAPException-object contains the
170 * @throws LDAPException If the Request could not be sent to the
171 * destination server, a LDAPException
[all...]
H A DLDAPRequest.cpp64 throw LDAPException(this->m_connection);
H A DLDAPSearchRequest.cpp11 #include "LDAPException.h"
79 throw LDAPException(err);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/examples/
H A DstartTls.cpp38 } catch ( LDAPException e ) {
58 } catch ( LDAPException e ) {
73 } catch ( LDAPException e ) {
76 } catch ( LDAPException e ) {
H A Dmain.cpp16 #include "LDAPException.h"
72 }catch (LDAPException &e){
126 }catch (LDAPException e){
H A DreadSchema.cpp16 #include "LDAPException.h"
67 }catch (LDAPException e){
H A DurlTest.cpp8 #include <LDAPException.h>

Completed in 189 milliseconds