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

Jean-Noel Rouvignac
08.20.2013 fc79f5487f2b8f097106e41e075bf94907f247ec
opendj-sdk/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())