Class AuthenticationException (namespace Nette\Security)


Authentication exception.

Exception
   |
   --AuthenticationException
Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Security/AuthenticationException.php (line 30)
Methods Inherited From Exception (Internal Class)
constructor __construct ( [$message = ], [$code = ] ), getCode ( ), getFile ( ), getLine ( ), getMessage ( ), getTrace ( ), getTraceAsString ( ), __clone ( ), __toString ( )
Constant Summary
int FAILURE 3

line 36

int IDENTITY_NOT_FOUND 1

line 34

int INVALID_CREDENTIAL 2

line 35

Variable Summary