syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

Switch to unchecked exceptions #49

Closed iocanel closed 7 years ago

iocanel commented 7 years ago

As discussed here: https://github.com/redhat-ipaas/ipaas-api-java/pull/47 there is concensus to wrap checked exception inside an unchecked exception to reduce the noise is the source.

KurtStam commented 7 years ago

@iocanel does that look ok to you? Or was there anything else had in mind?