:: com :: sun :: star :: ucb ::

unpublished exception InteractiveLockingLockedException
Base Hierarchy
InteractiveLockingLockedExceptionInteractiveLockingException
    ┗ ::com::sun::star::task::ClassifiedInteractionRequest
       ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
An error indicating that the resource is locked.
Since
OOo 3.3

Elements' Summary
SelfOwned The owner of the lock. true, the lock has been obtained by this OOo session. false the lock has been obtained by another principal.  
Elements' Details
SelfOwned
boolean SelfOwned;
Description
The owner of the lock. true, the lock has been obtained by this OOo session. false the lock has been obtained by another principal.
Top of Page