SessionCompletedWithoutResumeException

当 Session 已经结束、但是某个 continuation 并未被恢复时,使用此异常恢复它。 如果 session 的结束伴随着异常,此异常会记录在 cause 中。

Constructors

Link copied to clipboard
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?