:: 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 #107957#

Top of Page