|
|
@ -62,7 +62,7 @@ public class EventReceiverServiceImpl implements EventReceiverService {
|
|
|
|
entity(message).build();
|
|
|
|
entity(message).build();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (DataPublisherConfigurationException e) {
|
|
|
|
} catch (DataPublisherConfigurationException e) {
|
|
|
|
String msg = "Error occurred while getting the Data publisher Service.";
|
|
|
|
String msg = "Error occurred while getting the Data publisher Service instance.";
|
|
|
|
log.error(msg, e);
|
|
|
|
log.error(msg, e);
|
|
|
|
throw new UnexpectedServerErrorException(
|
|
|
|
throw new UnexpectedServerErrorException(
|
|
|
|
new ErrorResponse.ErrorResponseBuilder().setCode(500l).setMessage(msg).build());
|
|
|
|
new ErrorResponse.ErrorResponseBuilder().setCode(500l).setMessage(msg).build());
|
|
|
|