mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
08.20.2013 bfe2373a3d91c2957b82e30a30dc288903d58eee
opends/src/server/org/opends/server/tools/LDAPConnection.java
@@ -271,6 +271,9 @@
      Message msg = INFO_RESULT_CLIENT_SIDE_CONNECT_ERROR.get();
      throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
                                        ce);
    } catch (LDAPConnectionException e)
    {
      throw e;
    } catch(Exception ex2)
    {
      if (debugEnabled())