Package org.nuxeo.ecm.directory.ldap
Interface LdapExceptionProcessor
- All Known Implementing Classes:
DefaultLdapExceptionProcessor
public interface LdapExceptionProcessor
Interface used to provide a pluggable LDAP Exception processor
- Since:
- 5.7
- Author:
- Tiry
-
Method Summary
Modifier and TypeMethodDescriptionImplementation should check the input Exception and turn it into a RecoverableClientException if the Exception should be displayed to the end user.
-
Method Details
-
extractRecoverableException
Implementation should check the input Exception and turn it into a RecoverableClientException if the Exception should be displayed to the end user.- Returns:
- a RecoverableClientException if needed and null otherwise
-