class HttpStatusException(val statusCode: Int, message: String) : IOException
HttpStatusException
(
statusCode
, message
)
|
Signature
constructor(statusCode: Int, message: String) Parameters statusCode: Int
The HTTP response status code (e.g. 403, 404, 500).
message: StringReturns HttpStatusException |
statusCode
: Int
[Get] |
The HTTP response status code (e.g. 403, 404, 500).
Signature
val statusCode: Int |