Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
On user add distinguish between LDAP exception and user already present"
User create( User entity ) throws CreateException
{
...
catch ( LdapEntryAlreadyExistsException e )
catch ( LdapException e )
{ String error = "create userId [" + entity.getUserId() + "] caught LDAPException=" + e.getMessage(); .... }