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

exception ConnectionLostException
Base Hierarchy
ConnectionLostExceptionBackendAccessException
    ┗ ::com::sun::star::lang::WrappedTargetException
       ┗ ::com::sun::star::uno::Exception
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
OOo 1.1.2

Top of Page