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

List of all members.

Public Member Functions

 LDAPReferralException (const LDAPUrlList &urls) throw ()
 Creates an object that is initialized with a list of URLs.
 ~LDAPReferralException () throw ()
 Destructor.
const LDAPUrlListgetUrls () throw ()

Private Attributes

LDAPUrlList m_urlList


Detailed Description

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

Constructor & Destructor Documentation

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

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

LDAPReferralException::~LDAPReferralException (  )  throw ()

Destructor.


Member Function Documentation

const LDAPUrlList & LDAPReferralException::getUrls (  )  throw ()

Returns:
The List of URLs of the Referral/Search Reference

References m_urlList.


Member Data Documentation

Referenced by getUrls().


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

doxygen