HttpException

Constructors

Link copied to clipboard
constructor(req: Http.Request, res: Http.Response)
Creates a new HttpException for the specified Request and Response

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setStackTrace(stackTrace: Array<StackTraceElement>)
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@get:NonNull
open val message: String
Link copied to clipboard
The HTTP method of this request
Link copied to clipboard
The raw Request object
Link copied to clipboard
The raw Response object
Link copied to clipboard
The status code of the response
Link copied to clipboard
The status message of the response
Link copied to clipboard
val url: URL
The url of this request