if (status == HotRodConstants.COMMAND_TIMEOUT_STATUS && isTrace) {
localLog.tracef("Server-side timeout performing operation: %s", msgFromServer);
} else {
localLog.errorFromServer(msgFromServer);
}
throw new HotRodClientException(msgFromServer, params.messageId, status);
}
case HotRodConstants.ILLEGAL_LIFECYCLE_STATE:
msgFromServer = transport.readString();
throw new RemoteIllegalLifecycleStateException(msgFromServer, params.messageId, status);
case HotRodConstants.NODE_SUSPECTED: