}
case COMMAND_TIMEOUT_STATUS: {
if (log.isTraceEnabled()) {
log.trace("timeout message received from the server");
}
throw new TimeoutException();
}
case NO_ERROR_STATUS:
case KEY_DOES_NOT_EXIST_STATUS:
case NOT_PUT_REMOVED_REPLACED_STATUS: {
//don't do anything, these are correct responses