class MessageHandlerException : Exception
Represents an exception that occurred during message handling.
<init> |
Represents an exception that occurred during message handling. MessageHandlerException(handlerName: String, context: UnpackedMessageContext, cause: Throwable) |
cause |
val cause: Throwable |
toString |
fun toString(): String |