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

exception CannotConnectException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::configuration::CannotLoadConfigurationException
    |
    +-::com::sun::star::configuration::backend::BackendSetupException
       |
       +-CannotConnectException
Description
Exception thrown when a connection to the underlying backend cannot be established.

Examples of this include

  • Misconfigured backend.
  • Communications link failure.
  • Backend is unavailable temporarily or permanently.
  • Internal failure of the backend access layer.
Since
OpenOffice 1.1.2

Top of Page