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

exception UnsupportedNameClashException
Base Hierarchy
UnsupportedNameClashException
 ┗ ::com::sun::star::uno::Exception
Description
This exception is used to indicate that the requested ::com::sun::star::ucb::NameClash is not supported.

For example, each ::com::sun::star::ucb::TransferInfo supplied as argument of the command 'transfer' contains a name clash directive.

See also
::com::sun::star::ucb::Content

Elements' Summary
NameClash contains the ::com::sun::star::ucb::NameClash that is not supported.  
Elements' Details
NameClash
long NameClash;
Description
contains the ::com::sun::star::ucb::NameClash that is not supported.
Top of Page