corda / net.corda.node.services.persistence / NodeAttachmentService / HashMismatchException

HashMismatchException

class HashMismatchException : Exception

Constructors

<init> HashMismatchException(expected: SecureHash, actual: SecureHash)

Properties

actual val actual: SecureHash
expected val expected: SecureHash

Functions

toString fun toString(): String