LDAP Account Manager

LAMException extends Exception
in package

LAM exception with title and message.

Tags
author

Roland Gruber

Table of Contents

$ldapErrorCode  : mixed
$title  : string|null
__construct()  : mixed
Constructor.
getLdapErrorCode()  : int|null
Returns the original LDAP error code.
getTitle()  : string|null
Returns the message title.

Properties

$ldapErrorCode

private mixed $ldapErrorCode

Methods

__construct()

Constructor.

public __construct(string|null $title[, string $message = '' ][, Exception|null $cause = null ][, int|null $ldapErrorCode = null ]) : mixed
Parameters
$title : string|null

title

$message : string = ''

message (optional)

$cause : Exception|null = null

(optional)

$ldapErrorCode : int|null = null

original LDAP error code

Return values
mixed

getLdapErrorCode()

Returns the original LDAP error code.

public getLdapErrorCode() : int|null
Return values
int|null

error code

getTitle()

Returns the message title.

public getTitle() : string|null
Return values
string|null

title

Search results