open class HttpException : CommonException
<init> |
HttpException(message: String, cause: Throwable)HttpException(message: String) |
RequestException |
class RequestException : HttpException |
ResponseException |
class ResponseException : HttpException |