:: com :: sun :: star :: ldap ::

exception LdapGenericException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-LdapGenericException
Description
Generic exception occurring during access to an LDAP server. The actual LDAP error code is provided for more refined error management.
Since version
OpenOffice.org 1.1

Elements' Summary
ErrorCode LDAP error code, see LDAP SDK documentation for complete list of possible values and their meaning.
Elements' Details
ErrorCode
long ErrorCode;
Description
LDAP error code, see LDAP SDK documentation for complete list of possible values and their meaning.
Top of Page