616263646566676869
"Could not retrieve entity of kind " + key.getKind() + " with key " + key); } public static QueryTimeoutException wrapDatastoreTimeoutExceptionForQuery(DatastoreTimeoutException e) { QueryTimeoutException qte = new QueryTimeoutException(e.getMessage()); qte.initCause(e); return qte; } }