this.log.warning("Error Parsing subscription String to object.");
thrownewAppException(HttpStatus.SC_INTERNAL_SERVER_ERROR,"Error in getting subscription for notificationId:"+notificationId,"Unexpected error in pushing message",e);
}catch(SubscriptionExceptionse){
this.log.warning("Error query subscription from registration.");
thrownewAppException(HttpStatus.SC_INTERNAL_SERVER_ERROR,"Error in getting subscription for notificationId:"+notificationId,"Unexpected error in pushing message",se);