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

Jean-Noel Rouvignac
18.18.2015 2f6d798e90520dd1b83ac30e53838ae6fd41a150
opendj-server-legacy/src/main/java/org/opends/server/admin/server/ServerManagementContext.java
@@ -270,13 +270,7 @@
          }
          return pvalues;
        }
      } catch (DefinitionDecodingException e) {
        throw PropertyException.defaultBehaviorException(pd1, e);
      } catch (PropertyNotFoundException e) {
        throw PropertyException.defaultBehaviorException(pd1, e);
      } catch (PropertyException e) {
        throw PropertyException.defaultBehaviorException(pd1, e);
      } catch (ConfigException e) {
      } catch (DefinitionDecodingException | PropertyNotFoundException | PropertyException | ConfigException e) {
        throw PropertyException.defaultBehaviorException(pd1, e);
      }
    }