fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
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
异常原因
Members
Constructors
Not
Found
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)