LiquidBounce
Toggle table of contents
0.38.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.core
/
HttpException
Http
Exception
class
HttpException
(
val
method
:
HttpMethod
,
val
url
:
String
,
val
code
:
Int
,
val
content
:
String
)
:
Exception
Members
Constructors
Http
Exception
Link copied to clipboard
constructor
(
method
:
HttpMethod
,
url
:
String
,
code
:
Int
,
content
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
content
Link copied to clipboard
val
content
:
String
message
Link copied to clipboard
open
val
message
:
String
?
method
Link copied to clipboard
val
method
:
HttpMethod
url
Link copied to clipboard
val
url
:
String