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

exception CannotConnectException
Base Hierarchy
CannotConnectExceptionBackendSetupException
    ┗ ::com::sun::star::configuration::CannotLoadConfigurationException
       ┗ ::com::sun::star::uno::Exception
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
OOo 1.1.2

Top of Page