opendj-config/src/main/java/org/forgerock/opendj/config/IPAddressMaskPropertyDefinition.java
@@ -103,7 +103,7 @@ return AddressMask.decode(value); } catch (ConfigException e) { // TODO: it would be nice to throw the cause. throw new IllegalPropertyValueStringException(this, value); throw PropertyException.illegalPropertyValueException(this, value); } }