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

exception CannotConnectException
Base Hierarchy
::com::sun::star::configuration::CannotLoadConfigurationException
 |
 +-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.

Top of Page