HttpException

constructor(    statusCode: Int,     msg: String = "Error",     statusText: String = HttpStatusMessage.CODES[statusCode] ?: "Error$statusCode",     headers: Http.Headers = Http.Headers())