Authentication: ezcAuthenticationLdapException
[ ]
[ Rfcs ] [ Security ]
[ ]
[ ]
[ ]
[ ]
Class: ezcAuthenticationLdapException
|
Thrown when an exceptional state occurs in the LDAP authentication. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcAuthenticationException
|
--ezcAuthenticationLdapException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcAuthenticationLdapException |
__construct(
$message, [$code = false], [$ldapMessage = false] )
Constructs a new ezcAuthenticationLdapException with error message $message and error code $code. |
Inherited Methods
From
ezcAuthenticationException :
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
ezcAuthenticationLdapException __construct(
string
$message, [mixed
$code = false], [
$ldapMessage = false] )
Constructs a new ezcAuthenticationLdapException with error message $message and error code $code.
Code $code is received in decimal format and will be displayed in hexadecimal format. See http://php.net/manual/en/function.ldap-errno.php for all the error codes returned by ldap_errno().
Parameters
| Name |
Type |
Description |
$message |
string |
Message to throw |
$code |
mixed |
Error code returned by ldap_errno() function |
$ldapMessage |
|
|
Redefinition of
Last updated: Thu, 08 Jan 2009