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

exception BackendSetupException
Base Hierarchy
::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 the underlying access layer.


Elements' Summary
BackendException The expection that is raised by the underlying backend implementation.
Elements' Details
BackendException
any BackendException;
Description
The expection 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