373374375376377378379380381
catch (CayenneException cex) { // rethrow unmodified throw cex; } catch (Exception otherex) { throw new CayenneException("Exception materializing id column.", Util .unwindException(otherex)); } }