LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
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. More...
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

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: