Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-stdlib
/
love.forte.simbot.kook.stdlib
/
KookBotConnectException
Kook
Bot
Connect
Exception
class
KookBotConnectException
:
KookException
(
source
)
bot启动过程中、连接失败(比如多次重试仍无法连接)时抛出的异常。
Members
Constructors
Kook
Bot
Connect
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
cause
:
Throwable
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?