Fix IPluginInBridgeDomainConfigService API 41/5341/7
authorRobert Varga <rovarga@cisco.com>
Sat, 15 Feb 2014 02:39:22 +0000 (03:39 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 28 Mar 2014 01:03:25 +0000 (01:03 +0000)
IPluginInBridgeDomainConfigService protomoted Throwable into a
checked-exception status. This also includes Errors, which is not a good
thing, as Errors are not something we can handle gracefully.

Introduce a dedicated exception which implementations can use to report
instantiation problems.

Change-Id: Ib16d792acfcf77c68b92b35526ed7471e2172cbe
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found