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

exception BackendSetupException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::configuration::CannotLoadConfigurationException
    |
    +-BackendSetupException
Description
Generic exception thrown when setting up a connection to an underlying backend fails.

Indicates an error that originates in the underlying access layer.

@since #107957#

Elements' Summary
BackendException The exception that is raised by the underlying backend implementation.
Elements' Details
BackendException
any BackendException;
Description
The exception that is raised by the underlying backend implementation.

May be a numeric error code, a message string or void , if the original exception is not represented as a ::com::sun::star::uno::Exception .

Top of Page