logInfo("Exception occurred during building the response message", e);
throw new RuntimeException("could not create response", e);
}
} else if (inputPart == -6) {
logInfo("Partner: startProcessSync with " + inputPart + " - Throwing Fault");
throw new FaultMessage("expected Error", inputPart);
} else if (replyInput) {
return detectConcurrency(inputPart);
} else {
return 0;
}