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

exception AccessControlException
Base Hierarchy
AccessControlException
 ┗ ::com::sun::star::uno::SecurityException
    ┗ ::com::sun::star::uno::RuntimeException
       ┗ ::com::sun::star::uno::Exception
Description
Exception notifying a lacking permission to access data or execute code thus it is thrown if permission ought to be denied.
Since
OOo 1.1.2

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