aries / net.globalid.aries.message.handler / MessageHandlerException

MessageHandlerException

class MessageHandlerException : Exception

Represents an exception that occurred during message handling.

Constructors

<init>

Represents an exception that occurred during message handling.

MessageHandlerException(handlerName: String, context: UnpackedMessageContext, cause: Throwable)

Properties

cause

  • the underlying cause of this exception. This is typically an Aries framework exception or an indy-sdk exception (if not caught).
val cause: Throwable

Functions

toString

fun toString(): String