Webdav: ezcWebdavLockAdministrationException
[ ]
[ Clients ] [ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWebdavLockAdministrationException
|
Exception thrown if an error occurs in the administrator class. [
source]
The
ezcWebdavLockAdministrator class takes a special role in the lock plugin, since it does not operate in the server, but allows you to administrate the locks in your backend. If any kind of error occurs during an administrative process, this exception is thrown.
Parents
Exception
|
--ezcBaseException
|
--ezcWebdavException
|
--ezcWebdavLockAdministrationException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcWebdavLockAdministrationException |
__construct(
$message, [$error = null] )
Creates a new excption. |
Inherited Methods
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
Creates a new excption.
$message explains the error. $error contains the response created by the backend, if this was the reason for the exception.
Parameters
Redefinition of
Last updated: Mon, 21 Dec 2009