Uses of Class
org.bremersee.data.ldaptive.LdaptiveException
- 
Packages that use LdaptiveException Package Description org.bremersee.data.ldaptive The package contains classes for LDAP operations with the ldaptive library. - 
- 
Uses of LdaptiveException in org.bremersee.data.ldaptive
Methods in org.bremersee.data.ldaptive that return LdaptiveException Modifier and Type Method Description LdaptiveExceptionDefaultLdaptiveErrorHandler. map(org.ldaptive.LdapException ldapException)LdaptiveExceptionLdaptiveErrorHandler. map(org.ldaptive.LdapException ldapException)Map ldaptive exception.Methods in org.bremersee.data.ldaptive that return types with arguments of type LdaptiveException Modifier and Type Method Description static ServiceExceptionBuilder<LdaptiveException>LdaptiveException. builder()Creates a new service exception builder. 
 -