spring-cloud/spring-cloud-open-service-broker

Refactor exception classes to offer builder pattern APIs

royclarkson opened this issue · 1 comments

There are a significant number of constructor overloads in all the various exception classes. A builder pattern would reduce the need for all of these.

I reviewed all these classes. Some of them possibly have a few extra constructors, but it doesn't warrant refactoring all of them. Closing this as unnecessary.