MalformedPeerDIDException

class MalformedPeerDIDException @JvmOverloads constructor(message: String, cause: Throwable? = null) : PeerDIDException(source)

Raised if the peer DID to be resolved in not a valid peer DID.

Parameters

message
  • the detail message.

cause
  • the cause of this.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

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