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

unpublished exception InteractiveLockingException
Base Hierarchy
InteractiveLockingException
 ┗ ::com::sun::star::task::ClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
An error related to locking operations.

Various meaningful errors are derived from this exception.

Since
OOo 3.3

Elements' Summary
Url The Url of the resource this exception is related to.  
Elements' Details
Url
string Url;
Description
The Url of the resource this exception is related to.
Top of Page