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

matthew_swift
05.02.2007 1661a25cdf285adf056e037f627a671cea5c3b83
opends/src/server/org/opends/server/tools/dsconfig/GetPropSubCommandHandler.java
@@ -235,7 +235,7 @@
      throw new ClientException(LDAPResultCode.OPERATIONS_ERROR, msg);
    } catch (ManagedObjectDecodingException e) {
      Message msg = ERR_DSCFG_ERROR_GET_CHILD_MODE.get(ufn);
      throw new ClientException(LDAPResultCode.OPERATIONS_ERROR, msg);
      throw new ClientException(LDAPResultCode.OPERATIONS_ERROR, msg, e);
    } catch (CommunicationException e) {
      Message msg = ERR_DSCFG_ERROR_GET_CHILD_CE.get(ufn, e.getMessage());
      throw new ClientException(LDAPResultCode.CLIENT_SIDE_SERVER_DOWN, msg);