common-plugin / com.cognifide.gradle.common.http / HttpException

HttpException

open class HttpException : CommonException

Constructors

<init>

HttpException(message: String, cause: Throwable)
HttpException(message: String)

Inheritors

RequestException

class RequestException : HttpException

ResponseException

class ResponseException : HttpException