Move common (cross-service) exception handling to the os-core-common library
Services have code duplication related to exception processing. If we add processing of the new type of exception to a service (all services), in most cases we have to update all services service by service and create many PRs. Move GlobalExceptionMapper and GlobalOtherExceptionMapper to the os-core-common library so common exception handling will be done in one place for all the services.