open class HttpServerErrorException : HttpStatusCodeException
Exception thrown when an HTTP 5xx is received.
Author
Arjen Poutsma
Since
3.0
See Also
DefaultResponseErrorHandler
HttpServerErrorException(statusCode: HttpStatus)
Construct a new instance of HttpServerErrorException(statusCode: HttpStatus, statusText: String)
Construct a new instance of HttpServerErrorException(statusCode: HttpStatus, statusText: String, responseBody: ByteArray, responseCharset: Charset)HttpServerErrorException(statusCode: HttpStatus, statusText: String, responseHeaders: HttpHeaders, responseBody: ByteArray, responseCharset: Charset)
Construct a new instance of |