SessionAwaitOnFailureException

当使用 ContinuousSessionProvider.push 推送成功、 但是在 ContinuousSessionReceiver.await 过程中出现异常时(例如构造返回给 push 的结果时出现异常) 则此异常会使用 SessionAwaitOnFailureException 进行包装。

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?