Correct exception handling in LegacyDOMDataBrokerAdapter 24/76524/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Oct 2018 09:50:13 +0000 (11:50 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Oct 2018 09:50:13 +0000 (11:50 +0200)
commit9e4b94dba7bddbbe13c357c88377657e57f2864c
tree36aa9ed27c2e2a2984a52dc0bc75497c1ae58b01
parent6ecb0be267005d9b5bc74edeee0f253e4d1366ce
Correct exception handling in LegacyDOMDataBrokerAdapter

When a TransactionChain is closed, we need to make sure we throw
the correct (controller) exception instead of re-wrapping the mdsal
one.

Change-Id: I74434115fe14a18ba520fc789fa8a21d932a4a15
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-dom-compat/src/main/java/org/opendaylight/controller/sal/core/compat/LegacyDOMDataBrokerAdapter.java