MessageNotSentException

class MessageNotSentException @JvmOverloads constructor(val msg: Message, cause: Throwable? = null) : RuntimeException

Thrown to indicate that the msg was not sent.

Constructors

Link copied to clipboard
constructor(msg: Message, cause: Throwable? = null)

Properties

Link copied to clipboard

an instance of Message that was not sent

Inherited properties

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

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard