Simple Robot
Toggle table of contents
4.11.0
jvm
Platform filter
jvm
Switch theme
Search in API
Simple Robot
simbot-core-spring-boot-starter-common
/
love.forte.simbot.spring.common
/
BotAutoStartOnFailureException
Bot
Auto
Start
On
Failure
Exception
open
class
BotAutoStartOnFailureException
:
IllegalStateException
(
source
)
当 Bot 自动启动时出现了错误并失败了
Members
Constructors
Bot
Auto
Start
On
Failure
Exception
Link copied to clipboard
constructor
(
)
constructor
(
s
:
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
?