Introduce DOMNotificationRejectedException 98/20198/2
authorRobert Varga <rovarga@cisco.com>
Tue, 12 May 2015 23:54:29 +0000 (01:54 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 12 May 2015 23:58:24 +0000 (01:58 +0200)
commit12bf820406245feb0285317a88e5c7b3c9829ce6
tree37c3c5768a501b95c8b92d9827a790e201f5576d
parent484a0983ea48160af9a8c79acbed57ee984f5103
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>
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]