:: com :: sun :: star :: embed ::
|
exception UseBackupException |
- Base Hierarchy
UseBackupException
┗ ::com::sun::star::io::IOException
┗ ::com::sun::star::uno::Exception
|
- Description
- This exception can be thrown in case a storage commit is failed.
If a commit process of a storage fails on last transfer and the original
content may be corrupted the storage should throw this exception to notify
the user that a backup usage is required to restore the original content.
The storage itself must disconnect from the medium it is based on to allow
restoring. Although the storage will still contain all the data
internally, and can be used as a temporary storage usually used.
|
Elements' Summary |
TemporaryFileURL |
The URL of the temporary file the storage is based on now.
|
Elements' Details |
TemporaryFileURL
string TemporaryFileURL;
- Description
- The URL of the temporary file the storage is based on now.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.