introduce custom exception class instead of RuntimeExceptions (#10)
All checks were successful
continuous-integration/drone/push Build is passing

We now use a custom, checked exceptions on errors that can occur
with the API communication or configuration. instead of throwing an
unchecked IllegalStateException.
This commit is contained in:
2020-09-02 15:47:41 +02:00
committed by GitHub
parent b14d040e4f
commit 9c82481eb5
6 changed files with 175 additions and 55 deletions

View File

@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
### Changes
* Using native Java 11 HTTP client
* Client configuration with separate `UraClientConfiguration` class and builder
* Client throws custom checked exception `UraClientException` instead of runtime exceptions on errors (#10)
## 1.3.0 - 2019-12-04