HttpException

open class HttpException(statusCode: Int, message: String) : RuntimeException

Http异常

Author

Jenly

Follow me

Parameters

statusCode

HTTP状态码

message

错误信息

Constructors

Link copied to clipboard
constructor(statusCode: Int, message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard