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

exception InsufficientAccessRightsException
Base Hierarchy
InsufficientAccessRightsExceptionBackendAccessException
    ┗ ::com::sun::star::lang::WrappedTargetException
       ┗ ::com::sun::star::uno::Exception
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
OOo 1.1.2

Top of Page