:: com :: sun :: star :: task ::

exception UnsupportedOverwriteRequest
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-ClassifiedInteractionRequest
    |
    +-UnsupportedOverwriteRequest
Description
this request is used in case a content can't keep files from overwriting

It is supported by InteractionHandler service, and can be used in case a content can not keep files from overwriting and user specifies to do so. Continuations for using with the mentioned service are Abort and Approve.

@since #107627#

Elements' Summary
Name the name of the target that might be overwritten, can be empty.
Elements' Details
Name
string Name;
Description
the name of the target that might be overwritten, can be empty.
Top of Page