Constants.LINE_SEPARATOR, /*bullet=*/"\u2022 ", "");
ApplicationException ae = new ApplicationException(
ReturnCode.APPLICATION_ERROR,
INFO_ERROR_UPGRADED_SERVER_STARTS_WITH_ERRORS.get(
Constants.LINE_SEPARATOR + formattedDetails), null);
UserInteraction ui = userInteraction();
if (ui != null) {
// We are about to present the problems with the upgrade to the
// user and ask if they would like to continue. Regardless of
// whether or not they continue at this point, since they will
// have seen the errors we consider the errors as warnings.
runWarning = ae;
// Ask the user if they would like to continue.
Message cancel = INFO_UPGRADE_VERIFICATION_FAILURE_CANCEL.get();
if (cancel.equals(ui.confirm(
INFO_UPGRADE_VERIFICATION_FAILURE_TITLE.get(),
INFO_UPGRADE_VERIFICATION_FAILURE_PROMPT.get(),
formattedDetails,
INFO_UPGRADE_VERIFICATION_FAILURE_TITLE.get(),
UserInteraction.MessageType.ERROR,