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

exception InteractiveWrongMediumException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::task::ClassifiedInteractionRequest
    |
    +-InteractiveWrongMediumException
Description
is thrown when the wrong medium is inserted into a removable drive during an operation.

Elements' Summary
Medium identifies the medium thats needed to continue with the pending operation.
Elements' Details
Medium
any Medium;
Description
identifies the medium thats needed to continue with the pending operation.
Top of Page