io.logz.sawmill.exceptions.HttpRequestExecutionException Maven / Gradle / Ivy
The newest version!
package io.logz.sawmill.exceptions;
public class HttpRequestExecutionException extends SawmillException {
public HttpRequestExecutionException(String errorMsg) {
super(errorMsg);
}
public HttpRequestExecutionException(String errorMsg, Exception e) {
super(errorMsg, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy