case HotRodConstants.COMMAND_TIMEOUT_STATUS: {
String msg = transport.readString();
if (log.isTraceEnabled()) {
log.trace("Server-side timeout performing operation: " + msg);
}
throw new HotRodTimeoutException(msg, messageId, status);
}
case HotRodConstants.NO_ERROR_STATUS:
case HotRodConstants.KEY_DOES_NOT_EXIST_STATUS:
case HotRodConstants.NOT_PUT_REMOVED_REPLACED_STATUS: {
//don't do anything, these are correct responses