KookBotConnectException

bot启动过程中、连接失败(比如多次重试仍无法连接)时抛出的异常。

Constructors

Link copied to clipboard
constructor()
constructor(message: String?)
constructor(cause: Throwable?)
constructor(message: String?, cause: Throwable?)

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?