/* */ }
/* */ catch (SQLException e)
/* */ {
/* 131 */ if ("23000".equals(e.getSQLState()))
/* */ {
/* 133 */ throw new DuplicateKeyException("Unique key violation or invalid foreign key value: pk=" + ctx.getId());
/* */ }
/* */
/* 137 */ throw new CreateException("Failed to create instance: pk=" + ctx.getId() + ", state=" + e.getSQLState() + ", msg=" + e.getMessage());
/* */ }
/* */