private void setResponseControls(final com.hwlcn.ldap.ldap.sdk.LDAPException ldapException) {
   if (ldapException.hasResponseControl()) {
     responseControls = LDAPControl.toLDAPControls(ldapException.getResponseControls());
   } else {
     responseControls = null;
   }
 }