use of org.folio.inventory.dataimport.exceptions.DataImportException in project mod-inventory by folio-org.
the class AuthorityUpdateDelegate method completeExceptionally.
private void completeExceptionally(Promise<?> promise, String message) {
LOGGER.error(message);
promise.fail(new DataImportException(message));
}
Aggregations