Package org.nuxeo.ecm.directory.ldap
Class DefaultLdapExceptionProcessor
- java.lang.Object
-
- org.nuxeo.ecm.directory.ldap.DefaultLdapExceptionProcessor
-
- All Implemented Interfaces:
LdapExceptionProcessor
public class DefaultLdapExceptionProcessor extends Object implements LdapExceptionProcessor
Default implementation of theLdapExceptionProcessor
based on Errors returned by OpenDS- Since:
- 5.7
- Author:
- Tiry
-
-
Constructor Summary
Constructors Constructor Description DefaultLdapExceptionProcessor()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Field Detail
-
err53
protected Pattern err53
-
-
Method Detail
-
extractRecoverableException
public RecoverableClientException extractRecoverableException(Exception e)
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
-
-