- working on Server Errors
- this may be the best approach for MVC REST Api?
- modified all services to return null, ServiceResponse.SUCCESS, or ServiceResponse.FAILURE
- added generic Exception to handle Funding Request processing failures
- com.wcc.financialAssistant.controller.RestExceptionProcessor
- com.wcc.financialAssistant.controller.exceptions.FundingRequestProcessingException
- HTTP Status 409 – Funding Requests Processing Failed
