Thing findSomething(int id); // throws Exception
// if nothing is found, throw an Exception or return null

Collection findSomething(Collection idList);
// if nothing is found, return null