:: drafts :: com :: sun :: star :: configuration :: backend ::

exception InsufficientAccessRightsException
Base Hierarchy
::com::sun::star::lang::WrappedTargetException
 |
 +-BackendAccessException
    |
    +-InsufficientAccessRightsException
Description
Exception thrown when access to the underlying backend fails because of insufficient access rights to some needed resource.

Examples of this include

  • Misconfigured anonymous access.
  • Missing rights to get internal configuration data.
  • Missing access to shared or default data.
  • Missing access to personal data.
  • Missing write access when updating data.

Top of Page