Exception thrown if an error occurs in the administrator class.
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.
Source for this file: /Webdav/src/plugins/lock/exceptions/administration.php
Exception | --ezcBaseException | --ezcWebdavException | --ezcWebdavLockAdministrationException
Version: | //autogen// |
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
From Exception (Internal Class) | |
protected |
$code
|
protected |
$file
|
protected |
$line
|
protected |
$message
|
private |
$previous
|
private |
$string
|
private |
$trace
|
public ezcWebdavLockAdministrationException |
__construct(
$message
, [ $error
= null] )
Creates a new excption. |
From ezcBaseException | |
---|---|
public ezcBaseException |
ezcBaseException::__construct()
Constructs a new ezcBaseException with $message |
From Exception (Internal Class) | |
public Exception |
constructor __construct ( [$message = ], [$code = ], [$previous = ] )
|
public void |
getCode ( )
|
public void |
getFile ( )
|
public void |
getLine ( )
|
public void |
getMessage ( )
|
public void |
getPrevious ( )
|
public void |
getTrace ( )
|
public void |
getTraceAsString ( )
|
public void |
__clone ( )
|
public void |
__toString ( )
|
Creates a new excption.
$message explains the error. $error contains the response created by the backend, if this was the reason for the exception.
Name | Type | Description |
---|---|---|
$message |
mixed | |
$error |
ezcWebdavErrorResponse |
Method | Description |
---|---|
ezcBaseException::__construct() |
Constructs a new ezcBaseException with $message |