Package org.bremersee.data.ldaptive
Interface LdaptiveErrorHandler
- 
- All Superinterfaces:
 org.springframework.util.ErrorHandler
- All Known Implementing Classes:
 AbstractLdaptiveErrorHandler,DefaultLdaptiveErrorHandler
public interface LdaptiveErrorHandler extends org.springframework.util.ErrorHandlerThe ldaptive error handler.- Author:
 - Christian Bremer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LdaptiveExceptionmap(org.ldaptive.LdapException ldapException)Map ldaptive exception. 
 - 
 
- 
- 
Method Detail
- 
map
LdaptiveException map(org.ldaptive.LdapException ldapException)
Map ldaptive exception.- Parameters:
 ldapException- the ldap exception- Returns:
 - the ldaptive exception
 
 
 - 
 
 -