RestController throws different exceptions for other errors
authorKai Moritz <kai@juplo.de>
Tue, 14 Jan 2020 23:45:15 +0000 (00:45 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 16 Jan 2020 10:18:03 +0000 (11:18 +0100)
* Goal: distinguish between errors, that occure during the fetching of the
  data and errors, that may occure elswhere in RemoteController
* Added an unit-test, that verifies the distinction
* Fixed the behavior of RestController accordingly


No differences found