opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/AbstractLDAPAttributeMapper.java
@@ -250,8 +250,10 @@ } }, h)); } } catch (final Exception e) { } catch (final RuntimeException e) { h.handleError(asResourceException(e)); } catch (final ResourceException e) { h.handleError(e); } }