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

exception ConnectionLostException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::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.

Since version
OpenOffice.org 1.1

Top of Page