corda / net.corda.flows / TwoPartyDealFlow / 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