ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
ILIAS
Todo List
Deprecated List
Modules
Namespaces
Data Structures
Files
File List
cron
include
Modules
Services
AccessControl
Accessibility
Accordion
ActiveRecord
Administration
ADT
AdvancedEditing
AdvancedMetaData
AuthApache
Authentication
AuthShibboleth
Block
Booking
Bookmarks
Cache
Calendar
Captcha
CAS
Certificate
Chart
Classification
Clipboard
Component
Contact
Container
ContainerReference
Context
COPage
CopyWizard
Cron
Database
DataSet
DidacticTemplate
DiskQuota
Dom
Environment
EventHandling
Excel
Exceptions
Export
Feeds
FileSystem
FileUpload
Form
Frameset
GlobalCache
Help
History
Html
Http
Imprint
InfoScreen
Init
InitScorm2004store
jQuery
JSON
Language
LDAP
classes
class.ilAuthContainerLDAP.php
class.ilLDAPAttributeMapping.php
class.ilLDAPAttributeMappingUtils.php
class.ilLDAPAttributeToUser.php
class.ilLDAPCronSynchronization.php
class.ilLDAPPlugin.php
class.ilLDAPQuery.php
class.ilLDAPQueryException.php
class.ilLDAPResult.php
class.ilLDAPRoleAssignmentRule.php
class.ilLDAPRoleAssignmentRules.php
class.ilLDAPRoleAssignmentTableGUI.php
class.ilLDAPRoleGroupMapping.php
class.ilLDAPRoleGroupMappingSetting.php
class.ilLDAPRoleGroupMappingSettings.php
class.ilLDAPRoleMappingTableGUI.php
class.ilLDAPServer.php
class.ilLDAPService.php
class.ilLDAPSettingsGUI.php
class.ilLDAPUserSynchronisation.php
exceptions
interfaces
License
Link
LinkChecker
LoadTest
Locator
Logging
Mail
MainMenu
Maps
Math
MediaObjects
Membership
MetaData
Migration
Navigation
News
Notes
Notification
Notifications
Object
OpenId
Password
Payment
PDFGeneration
PEAR
PermanentLink
PersonalDesktop
PersonalWorkspace
PHPUnit
Preview
PrivacySecurity
QTI
Radius
Rating
Registration
Repository
RTE
Search
Skill
SOAPAuth
Style
Survey
SystemCheck
Table
Tagging
Taxonomy
TermsOfService
Tracking
Transformation
Tree
UIComponent
UICore
User
Utilities
Verification
VirusScanner
WebAccessChecker
WebDAV
WebServices
Workflow
XHTMLPage
XHTMLValidator
Xml
YUI
setup
sso
webservice
calendar.php
confirmReg.php
error.php
feed.php
goto.php
ilias.php
index.php
login.php
logout.php
payment.php
privfeed.php
pwassist.php
register.php
rootindex.php
sessioncheck.php
shib_login.php
shib_logout.php
start.php
storeScorm2004.php
studip_referrer.php
webdav.php
Globals
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
class.ilLDAPQueryException.php
Go to the documentation of this file.
1
<?php
2
/*
3
+-----------------------------------------------------------------------------+
4
| ILIAS open source |
5
+-----------------------------------------------------------------------------+
6
| Copyright (c) 1998-2006 ILIAS open source, University of Cologne |
7
| |
8
| This program is free software; you can redistribute it and/or |
9
| modify it under the terms of the GNU General Public License |
10
| as published by the Free Software Foundation; either version 2 |
11
| of the License, or (at your option) any later version. |
12
| |
13
| This program is distributed in the hope that it will be useful, |
14
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
15
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16
| GNU General Public License for more details. |
17
| |
18
| You should have received a copy of the GNU General Public License |
19
| along with this program; if not, write to the Free Software |
20
| Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
21
+-----------------------------------------------------------------------------+
22
*/
23
34
include_once(
'Services/Exceptions/classes/class.ilException.php'
);
35
36
class
ilLDAPQueryException
extends
ilException
37
{
43
public
function
__construct
($a_message,$a_code = 0)
44
{
45
parent::__construct
($a_message,$a_code);
46
}
47
}
48
49
?>
Services
LDAP
classes
class.ilLDAPQueryException.php
Generated on Wed Apr 27 2016 21:01:44 for ILIAS by
1.8.1.2 (using
Doxyfile
)