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 LdaptiveException
DefaultLdaptiveErrorHandler. map(org.ldaptive.LdapException ldapException)
LdaptiveException
LdaptiveErrorHandler. 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 org.bremersee.exception.ServiceExceptionBuilder<LdaptiveException>
LdaptiveException. builder()
Creates a new service exception builder.
-