Searched refs:LDAPReferralException (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPException.cpp83 LDAPReferralException::LDAPReferralException(const LDAPUrlList& urls) throw() function in class:LDAPReferralException
88 LDAPReferralException::~LDAPReferralException() throw()
92 const LDAPUrlList& LDAPReferralException::getUrls() throw()
H A DLDAPException.h86 class LDAPReferralException : public LDAPException class in inherits:LDAPException
93 LDAPReferralException(const LDAPUrlList& urls) throw();
98 ~LDAPReferralException() throw();
H A DLDAPConnection.cpp51 throw LDAPReferralException(urls);
85 throw LDAPReferralException(urls);
131 throw LDAPReferralException(urls);
165 throw LDAPReferralException(urls);
200 throw LDAPReferralException(urls);
235 throw LDAPReferralException(urls);
273 throw LDAPReferralException(urls);
316 throw LDAPReferralException(urls);
353 throw LDAPReferralException(urls);
H A DLDAPSearchResults.cpp56 throw(LDAPReferralException(urls));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A Dmain.cpp64 }catch(LDAPReferralException e){

Completed in 116 milliseconds