opendj3-server-dev/src/server/org/opends/server/tools/LDAPConnection.java
@@ -464,9 +464,8 @@ le.getCause()); } catch (DirectoryException de) { throw new LDAPConnectionException(de.getMessageObject(), de .getResultCode().getIntValue(), null, de.getMatchedDN(), de .getCause()); throw new LDAPConnectionException(de.getMessageObject(), de.getResultCode().intValue(), null, de.getMatchedDN(), de.getCause()); } catch(Exception ex) { logger.traceException(ex);