292293294295296297298299
try { this.sendMessageNotification(message); this.addMessage(message); } catch (Throwable t) { ApsSystemUtils.logThrowable(t, this, "addMessage"); throw new ApsSystemException("Error saving message", t); } }