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

unpublished exception StratumCreationException
Base Hierarchy
StratumCreationExceptionBackendSetupException
    ┗ ::com::sun::star::configuration::CannotLoadConfigurationException
       ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
is passed to an creating a stratum backend fails.
Since
OOo 2.0

Elements' Summary
StratumService Identifier of the stratum service that could not be created.  
StratumData Initialization data passed to the stratum instance.  
Elements' Details
StratumService
string StratumService;
Description
Identifier of the stratum service that could not be created.
StratumData
string StratumData;
Description
Initialization data passed to the stratum instance.
Top of Page