]> git.basschouten.com Git - openhab-addons.git/commit
[pushover] Improved exception handling (#12023)
authorChristoph Weitkamp <github@christophweitkamp.de>
Sun, 16 Jan 2022 17:07:36 +0000 (18:07 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Jan 2022 17:07:36 +0000 (18:07 +0100)
commit8b3bb313eb229304b061c65a9da0ae51bed86ab8
treed82d54cca06e2378ca278b792ebadb55aa66fa6e
parentb0765271d3ce9cdd8936ca42f7aa1dcba86bb99a
[pushover] Improved exception handling (#12023)

* Improved exception handling

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.pushover/src/main/java/org/openhab/binding/pushover/internal/PushoverBindingConstants.java
bundles/org.openhab.binding.pushover/src/main/java/org/openhab/binding/pushover/internal/connection/PushoverAPIConnection.java
bundles/org.openhab.binding.pushover/src/main/java/org/openhab/binding/pushover/internal/connection/PushoverCommunicationException.java [deleted file]
bundles/org.openhab.binding.pushover/src/main/java/org/openhab/binding/pushover/internal/connection/PushoverConfigurationException.java [deleted file]
bundles/org.openhab.binding.pushover/src/main/java/org/openhab/binding/pushover/internal/connection/PushoverMessageBuilder.java
bundles/org.openhab.binding.pushover/src/main/java/org/openhab/binding/pushover/internal/handler/PushoverAccountHandler.java
bundles/org.openhab.binding.pushover/src/main/resources/OH-INF/i18n/pushover.properties
bundles/org.openhab.binding.pushover/src/test/java/org/openhab/binding/pushover/internal/actions/PushoverActionsTest.java