Path

ez components / documentation / api reference / 2007.2alpha1 / authentication


eZ Components 2007.2alpha1

Authentication: ezcAuthenticationTypekeyException

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

Class: ezcAuthenticationTypekeyException

Thrown when an exceptional state occurs in the TypeKey authentication. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcAuthenticationException
         |
         --ezcAuthenticationTypekeyException

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage
From Exception (Internal Class):
protected  $code
protected  $file
protected  $line
protected  $message
private  $string
private  $trace

Method Summary

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

Inherited Methods

From ezcAuthenticationException :
public ezcAuthenticationException ezcAuthenticationException::__construct()
Constructs a new ezcAuthenticationException with error message $message.
From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
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

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

Parameters

Name Type Description
$message string Message to throw

Redefinition of

Method Description
ezcAuthenticationException::__construct() Constructs a new ezcAuthenticationException with error message $message.

Last updated: Mon, 12 Nov 2007