cloudfoundry-community/spring-boot-cf-service-broker

Make all exceptions unchecked

scottfrederick opened this issue · 1 comments

Checked exceptions in a contract like the one between this project and implementing brokers make the API unnecessarily verbose. Checked exceptions also go against the grain of the Spring Framework.