src/main/java/com/epam/digital/data/platform/storage/form/repository/BaseCephRepository.java [34:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (CephCommunicationException ex) {
            log.warn("Couldn't get form data from ceph", ex);
            throw new FormDataRepositoryCommunicationException(ex.getMessage(), ex);
        } catch (MisconfigurationException ex) {
            log.warn("Ceph configuration error", ex);
            throw new FormDataRepositoryMisconfigurationException(ex.getMessage(), ex);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/epam/digital/data/platform/storage/form/repository/BaseCephRepository.java [46:51]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (CephCommunicationException ex) {
            log.warn("Couldn't get form data from ceph", ex);
            throw new FormDataRepositoryCommunicationException(ex.getMessage(), ex);
        } catch (MisconfigurationException ex) {
            log.warn("Ceph configuration error", ex);
            throw new FormDataRepositoryMisconfigurationException(ex.getMessage(), ex);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



