siddhi-io / siddhi-store-rdbms

Extension that can be used to perform DB operations with an RDBMS
https://siddhi-io.github.io/siddhi-store-rdbms/
Apache License 2.0
7 stars 57 forks source link

Introduce DatabaseRuntimeException #224

Closed sybernix closed 2 years ago

sybernix commented 4 years ago

Purpose

Generify store runtime exceptions to DatabaseRuntimeException so that it can be caught and handled at Siddhi level.

Related PRs: https://github.com/siddhi-io/siddhi/pull/1682 https://github.com/wso2/carbon-analytics/pull/1900 https://github.com/siddhi-io/siddhi/pull/1691