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

exception InvalidAuthenticationMechanismException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::configuration::CannotLoadConfigurationException
    |
    +-BackendSetupException
       |
       +-InvalidAuthenticationMechanismException
Description
Exception thrown when authentication to the underlying backend fails because the configured authentication mechanism is not supported by the backend or no valid mechanism can be negotiated. @since #107957#

Top of Page