All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.riskalyze.alerts.exceptions.HttpRequestException.kt Maven / Gradle / Ivy

Go to download

This alerts module is used to standardize alerting for JVM-based application. It uses a modular driver system to allow easily swapping out alerting services.

The newest version!
package com.riskalyze.alerts.exceptions

class HttpRequestException(message: String?, cause: Throwable?): AlertsServiceException(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy