Package org.nuxeo.ecm.directory.ldap
Class DefaultLdapExceptionProcessor
java.lang.Object
org.nuxeo.ecm.directory.ldap.DefaultLdapExceptionProcessor
- All Implemented Interfaces:
LdapExceptionProcessor
Default implementation of the
LdapExceptionProcessor
based on Errors returned by OpenDS- Since:
- 5.7
- Author:
- Tiry
-
Field Summary
-
Constructor Summary
-
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.
-
Field Details
-
err53
-
-
Constructor Details
-
DefaultLdapExceptionProcessor
public DefaultLdapExceptionProcessor()
-
-
Method Details
-
extractRecoverableException
Description copied from interface:LdapExceptionProcessor
Implementation should check the input Exception and turn it into a RecoverableClientException if the Exception should be displayed to the end user.- Specified by:
extractRecoverableException
in interfaceLdapExceptionProcessor
- Returns:
- a RecoverableClientException if needed and null otherwise
-