ru.tinkoff.kora.http.client.common.HttpClientDecoderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-client-common Show documentation
Show all versions of http-client-common Show documentation
Kora http-client-common module
The newest version!
package ru.tinkoff.kora.http.client.common;
public class HttpClientDecoderException extends HttpClientException {
public HttpClientDecoderException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy