ldapsdk  0.0.1
Public Member Functions | List of all members
LDAPReferralException Class Reference

This class extends LDAPException and is used to signalize Referrals there were received during synchronous LDAP-operations. More...

#include <LDAPException.h>

Inheritance diagram for LDAPReferralException:
LDAPException

Public Member Functions

 LDAPReferralException (const LDAPUrlList &urls) throw ()
 Creates an object that is initialized with a list of URLs. More...
 
 ~LDAPReferralException () throw ()
 Destructor. More...
 
const LDAPUrlListgetUrls () throw ()
 
- Public Member Functions inherited from LDAPException
 LDAPException (int res_code, const std::string &err_string=std::string()) throw ()
 Constructs a LDAPException-object from the parameters. More...
 
 LDAPException (const LDAPAsynConnection *lc) throw ()
 Constructs a LDAPException-object from the error state of a LDAPAsynConnection-object. More...
 
virtual ~LDAPException () throw ()
 Destructor. More...
 
int getResultCode () const throw ()
 
const std::string & getResultMsg () const throw ()
 
const std::string & getServerMsg () const throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

This class extends LDAPException and is used to signalize Referrals there were received during synchronous LDAP-operations.

Constructor & Destructor Documentation

◆ LDAPReferralException()

LDAPReferralException::LDAPReferralException ( const LDAPUrlList urls)
throw (
)

Creates an object that is initialized with a list of URLs.

◆ ~LDAPReferralException()

LDAPReferralException::~LDAPReferralException ( )
throw (
)

Destructor.

Member Function Documentation

◆ getUrls()

const LDAPUrlList & LDAPReferralException::getUrls ( )
throw (
)
Returns
The List of URLs of the Referral/Search Reference

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