Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс AccessException
+ Граф наследования:AccessException:

Открытые члены

 __construct ($msg='', \Exception $previous=null)
 
- Открытые члены унаследованные от RestException
 __construct ($message, $code="", $status=0, \Exception $previous=null)
 
 getErrorCode ()
 
 setErrorCode ($error_code)
 
 getStatus ()
 
 setStatus ($status)
 
 setMessage ($msg)
 
 getAdditional ()
 
 setAdditional ($error_additional)
 
 setApplicationException (\CApplicationException $ex)
 

Открытые атрибуты

const MESSAGE = 'Access denied!'
 
const CODE = 'ACCESS_DENIED'
 
- Открытые атрибуты унаследованные от RestException
const ERROR_INTERNAL_WRONG_TRANSPORT = 'INTERNAL_WRONG_TRANSPORT'
 
const ERROR_INTERNAL_WRONG_HANDLER_CLASS = 'INTERNAL_WRONG_HANDLER_CLASS'
 
const ERROR_INTERNAL_WRONG_FILE_HANDLER = 'INTERNAL_WRONG_FILE_HANDLER'
 
const ERROR_INTERNAL_PORTAL_DELETED = 'PORTAL_DELETED'
 
const ERROR_OAUTH = 'ERROR_OAUTH'
 
const ERROR_METHOD_NOT_FOUND = 'ERROR_METHOD_NOT_FOUND'
 
const ERROR_OPERATION_TIME_LIMIT = 'OPERATION_TIME_LIMIT'
 
const ERROR_CORE = 'ERROR_CORE'
 
const ERROR_ARGUMENT = 'ERROR_ARGUMENT'
 
const ERROR_NOT_FOUND = 'ERROR_NOT_FOUND'
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от RestException
static initFromException (\Exception $e)
 
- Защищенные данные унаследованные от RestException
 $status
 
 $error_code
 
 $error_additional = array()
 

Подробное описание

См. определение в файле accessexception.php строка 5

Конструктор(ы)

◆ __construct()

__construct ( $msg = '',
\Exception $previous = null )

См. определение в файле accessexception.php строка 11

Данные класса

◆ CODE

const CODE = 'ACCESS_DENIED'

См. определение в файле accessexception.php строка 9

◆ MESSAGE

const MESSAGE = 'Access denied!'

См. определение в файле accessexception.php строка 8