MessageNotSentException

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

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
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

an instance of Message that was not sent