fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.exception
/
NotFoundException
Not
Found
Exception
class
NotFoundException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
FursuitTvSdkException
未找到资源异常,表示请求的资源在服务器上不存在。
Parameters
message
资源未找到的详细说明
cause
底层原因,可能为 null
Members
Constructors
Not
Found
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?