:: drafts :: com :: sun :: star :: configuration :: backend ::

exception ConnectionLostException
Base Hierarchy
::com::sun::star::lang::WrappedTargetException
 |
 +-BackendAccessException
    |
    +-ConnectionLostException
Description
Exception thrown when the connection to the underlying backend was lost irrecoverably.

Any future attempts to access data from the backend through this object will also fail.


Top of Page