CustomMessageFullDataDeserializeUserException

class CustomMessageFullDataDeserializeUserException(val body: ByteArray, cause: Throwable?) : RuntimeException

Constructors

fun CustomMessageFullDataDeserializeUserException(body: ByteArray, cause: Throwable?)

Properties

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