ConflictBotException

Bot 在注册、获取等情况下发生冲突时。通常体现为 Bot.id 的重复。

Constructors

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

Inherited properties

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