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

exception InsufficientAccessRightsException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::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.

Since version
OpenOffice.org 1.1.1

Top of Page