335336337338339340341342343344345346
return savedCatalogCategory; } catch (PersistenceException e) { if(e.getMessage().contains("ConstraintViolationException")) { throw new UniqueConstraintCodeCategoryException(); } else { throw new UniqueConstraintCodeCategoryException(); } } }
476477478479480481482483484485486