353354355356357358359360
// No entity was found return null; } catch( EntityFinderException e ) { throw new QueryExecutionException( "Finder caused exception", e ); } }
417418419420421422423424
} }; } catch( EntityFinderException e ) { throw new QueryExecutionException( "Query '" + toString() + "' could not be executed", e ); } }
362363364365366367368369
442443444445446447448449