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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecoverableClientException
extractRecoverableException(Exception e)
Implementation should check the input Exception and turn it into a RecoverableClientException if the Exception should be displayed to the end user.
-
-
-
Method Detail
-
extractRecoverableException
RecoverableClientException extractRecoverableException(Exception e)
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
-
-