Added a working @ExceptionHandler
* Both handlers resolve the handled exception as 503 Internal Server Error
and are using the template "error/503", which was extended to print a
message, that the reported exception was catched and handled.
* If one starts the app, it is clearly visible, that the mechanism only
works for exceptions, that are thrown in the context of the controller.
* Also added a test-case, that shows, that MockMvc shows the expected
behaviour for exceptions, that are thrown inside the container.