Searched defs:WRONG_USAGE (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureDS.java110 private static final boolean WRONG_USAGE = true; field in class:ConfigureDS
510 WRONG_USAGE, LDAPResultCode.CLIENT_SIDE_PARAM_ERROR);
522 throw new ConfigureDSException(ERR_CONFIGDS_NO_CONFIG_CHANGES.get(), WRONG_USAGE);
540 throw new ConfigureDSException(ERR_CONFIGDS_PORT_ALREADY_SPECIFIED.get(portArg.getIntValue()), WRONG_USAGE);

Completed in 23 milliseconds