Introduce DOMNotificationRejectedException 96/21096/2
authorRobert Varga <rovarga@cisco.com>
Tue, 12 May 2015 23:54:29 +0000 (01:54 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 27 May 2015 09:01:41 +0000 (09:01 +0000)
commit4c37231eb537700ea49a0dcb2004b9883baa63ac
tree0af1bfd749d8c774b529701d9d6859888ac671a1
parent89c5571e29995b24e3364ab0c82a7351a3379d18
Introduce DOMNotificationRejectedException

DOMNotificationPublishService.REJECTED wraps a throwable, which may
cause problems with code which attempts to unwind it, as frameworks tend
to propagate Throwables rather than wrapping them.

Change-Id: I77d7ceeef8213425636dab92f6994fcd3f1443e9
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit 12bf820406245feb0285317a88e5c7b3c9829ce6)
opendaylight/md-sal/sal-dom-api/src/main/java/org/opendaylight/controller/md/sal/dom/api/DOMNotificationPublishService.java
opendaylight/md-sal/sal-dom-api/src/main/java/org/opendaylight/controller/md/sal/dom/api/DOMNotificationRejectedException.java [new file with mode: 0644]