Searched refs:IMPORT_ERROR (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DReturnCode.java71 public static final ReturnCode IMPORT_ERROR = new ReturnCode(6); field in class:ReturnCode
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DReturnCode.java72 public static final ReturnCode IMPORT_ERROR = new ReturnCode(6); field in class:ReturnCode
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DReturnCode.java72 public static final ReturnCode IMPORT_ERROR = new ReturnCode(6); field in class:ReturnCode
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DReturnCode.java71 public static final ReturnCode IMPORT_ERROR = new ReturnCode(6); field in class:ReturnCode
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DReturnCode.java72 public static final ReturnCode IMPORT_ERROR = new ReturnCode(6); field in class:ReturnCode
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DReturnCode.java65 public static final ReturnCode IMPORT_ERROR = new ReturnCode(6); field in class:ReturnCode
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1268 ReturnCode.IMPORT_ERROR,
1274 ReturnCode.IMPORT_ERROR,
1382 ReturnCode.IMPORT_ERROR,
1388 ReturnCode.IMPORT_ERROR,
1498 ReturnCode.IMPORT_ERROR,
1505 ReturnCode.IMPORT_ERROR,
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1329 ReturnCode.IMPORT_ERROR,
1335 ReturnCode.IMPORT_ERROR,
1443 ReturnCode.IMPORT_ERROR,
1449 ReturnCode.IMPORT_ERROR,
1561 ReturnCode.IMPORT_ERROR,
1568 ReturnCode.IMPORT_ERROR,
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1329 ReturnCode.IMPORT_ERROR,
1335 ReturnCode.IMPORT_ERROR,
1443 ReturnCode.IMPORT_ERROR,
1449 ReturnCode.IMPORT_ERROR,
1561 ReturnCode.IMPORT_ERROR,
1568 ReturnCode.IMPORT_ERROR,
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1268 ReturnCode.IMPORT_ERROR,
1274 ReturnCode.IMPORT_ERROR,
1382 ReturnCode.IMPORT_ERROR,
1388 ReturnCode.IMPORT_ERROR,
1498 ReturnCode.IMPORT_ERROR,
1505 ReturnCode.IMPORT_ERROR,
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1383 ReturnCode.IMPORT_ERROR,
1389 ReturnCode.IMPORT_ERROR,
1497 ReturnCode.IMPORT_ERROR,
1503 ReturnCode.IMPORT_ERROR,
1615 ReturnCode.IMPORT_ERROR,
1622 ReturnCode.IMPORT_ERROR,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java1165 ae = new ApplicationException(ReturnCode.IMPORT_ERROR, INFO_ERROR_CREATING_BASE_ENTRY.get(), null);
1171 new ApplicationException(ReturnCode.IMPORT_ERROR,
1272 ae = new ApplicationException(ReturnCode.IMPORT_ERROR, INFO_ERROR_IMPORTING_LDIF.get(), null);
1278 ReturnCode.IMPORT_ERROR, getThrowableMsg(INFO_ERROR_IMPORTING_LDIF.get(), t), t);
1383 ReturnCode.IMPORT_ERROR, INFO_ERROR_IMPORT_LDIF_TOOL_RETURN_CODE.get(result), null);
1388 ae = new ApplicationException(ReturnCode.IMPORT_ERROR, getThrowableMsg(

Completed in 80 milliseconds