com.r3corda.protocols / TwoPartyDealProtocol / DealRefMismatchException

DealRefMismatchException

class DealRefMismatchException : Exception


Constructors

<init> DealRefMismatchException(expectedDeal: StateRef, actualDeal: StateRef)

Properties

actualDeal val actualDeal: StateRef
expectedDeal val expectedDeal: StateRef

Functions

toString fun toString(): String