HttpException
open class HttpException(val statusCode: Int, val msg: String = "Error", val statusText: String = HttpStatusMessage.CODES[statusCode] ?: "Error$statusCode", val headers: Http.Headers = Http.Headers()) : IOException
Inheritors
Constructors
Link copied to clipboard
constructor(statusCode: Int, msg: String = "Error", statusText: String = HttpStatusMessage.CODES[statusCode] ?: "Error$statusCode", headers: Http.Headers = Http.Headers())