opendj-sdk/opendj-config/src/main/java/org/forgerock/opendj/config/ACIPropertyDefinition.java
@@ -102,7 +102,7 @@ return Aci.decode(ByteString.valueOf(value), DN.rootDN()); } catch (LocalizedIllegalArgumentException e) { // TODO: it would be nice to throw the cause. throw new IllegalPropertyValueStringException(this, value); throw PropertyException.illegalPropertyValueException(this, value); } }