introduce custom exception class instead of RuntimeExceptions (#10)
All checks were successful
continuous-integration/drone/push Build is passing
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:
@ -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
|
||||
|
Reference in New Issue
Block a user