LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
BackendSetupException Exception Referencepublished

Generic exception thrown when setting up a connection to an underlying backend fails. More...

import <BackendSetupException.idl;

Inheritance diagram for BackendSetupException:
CannotLoadConfigurationException Exception AuthenticationFailedException CannotConnectException InvalidAuthenticationMechanismException StratumCreationException

Public Attributes

any BackendException
 The exception that is raised by the underlying backend implementation.
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown.
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception.
 

Detailed 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

Member Data Documentation

◆ BackendException

any BackendException

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.


The documentation for this exception was generated from the following file: