_attachedFiles.clear();
return true;
}
catch (HibernateException e) {
_parent.rollbackHibernateTransaction();
throw new WGBackendException("Error saving hibernate document.", e);
}
catch (WGAPIException e) {
_parent.rollbackHibernateTransaction();
throw e;
} catch (IOException e) {
_parent.rollbackHibernateTransaction();
throw new WGBackendException("Error saving hibernate document.", e);
}
}