:: 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
OpenOffice 3.3

Elements' Summary
Url The Url of the resource this exception is related to.  
ExtendedInfo Extended information, some Internet Server send this to the client  
Elements' Details
Url
string Url;
Description
The Url of the resource this exception is related to.
ExtendedInfo
string ExtendedInfo;
Description
Extended information, some Internet Server send this to the client
Top of Page