/** {@inheritDoc} */
 @Override
 public void abandon(final int messageId, final RequestControl[] controls) throws LdapException {
   try {
     connection.abandon(messageId, getLDAPConstraints(controls));
   } catch (LDAPException e) {
     processLDAPException(e);
   }
 }