}
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:
// Handle both Infinispan's and JGroups' suspicions
msgFromServer = transport.readString();
if (isTrace)
localLog.tracef("A remote node was suspected while executing messageId=%d. " +