throw sccee;
}
AttributableUtil attrUtil = getAttributableUtil(kind);
if (virSchemaDAO.find(virSchemaTO.getName(), attrUtil.virSchemaClass()) != null) {
throw new EntityExistsException(attrUtil.schemaClass().getSimpleName()
+ " '" + virSchemaTO.getName() + "'");
}
AbstractVirSchema virSchema = virSchemaDAO.save(binder.create(virSchemaTO, attrUtil.newVirSchema()));