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

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

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