Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-api
/
love.forte.simbot.bot
/
ConflictBotException
Conflict
Bot
Exception
open
class
ConflictBotException
:
BotException
(
source
)
当
Bot
在注册、获取等情况下发生冲突时。通常体现为
Bot.id
的重复。
Members
Constructors
Conflict
Bot
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?