:: com :: sun :: star :: security ::

exception AccessControlException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::uno::RuntimeException
    |
    +-::com::sun::star::uno::SecurityException
       |
       +-AccessControlException
Description
Exception notifying a lacking permission to access data or execute code thus it is thrown if permission ought to be denied.
Since version
OpenOffice.org 1.1.1

Elements' Summary
LackingPermission lacking permission. @attention If it is the case, that XAccessController::checkPermission() was called passing a sequence< any > , i.e. a sequence of paermissions are demanded, then this any holds the sequence of lacking permissions in the same order as they were passed to XAccessController::checkPermission().
Elements' Details
LackingPermission
any LackingPermission;
Description
lacking permission. @attention If it is the case, that XAccessController::checkPermission() was called passing a sequence< any > , i.e. a sequence of paermissions are demanded, then this any holds the sequence of lacking permissions in the same order as they were passed to XAccessController::checkPermission().
Top of Page