Path

ez components / documentation / api reference / 2007.2 / authentication


Authentication: ezcAuthenticationException

[ Tutorial ] [ Rfcs ] [ Security ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcAuthenticationException

Thrown when an exceptional state occurs in the Authentication component. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcAuthenticationException

Descendents

Child Class Description
ezcAuthenticationLdapException Thrown when an exceptional state occurs in the LDAP authentication.
ezcAuthenticationTypekeyException Thrown when an exceptional state occurs in the TypeKey authentication.
ezcAuthenticationOpenidException Thrown when an exceptional state occurs in the OpenID authentication.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Method Summary

public ezcAuthenticationException __construct( $message )
Constructs a new ezcAuthenticationException with error message $message.

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message

Methods

__construct

ezcAuthenticationException __construct( string $message )
Constructs a new ezcAuthenticationException with error message $message.

Parameters

Name Type Description
$message string Message to throw

Redefinition of

Method Description
ezcBaseException::__construct() Constructs a new ezcBaseException with $message

Redefined in descendants as

Method Description
ezcAuthenticationLdapException::__construct() Constructs a new ezcAuthenticationLdapException with error message $message and error code $code.
ezcAuthenticationTypekeyException::__construct() Constructs a new ezcAuthenticationTypekeyException with error message $message.
ezcAuthenticationOpenidException::__construct() Constructs a new ezcAuthenticationOpenidException with error message $message.

Last updated: Mon, 17 Dec 2007