diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java index 9848c3c..257bba0 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java @@ -64,7 +64,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen List channels = null; try { channels = getStoreInstance().getUserNotificationChannels(notification2Save.getUserid(), notification2Save.getType()); - } catch (NotificationChannelTypeNotFoundException e) { + } catch (Exception e) { e.printStackTrace(); } boolean result = false;