class DealRefMismatchException : Exception
DealRefMismatchException(expectedDeal: StateRef, actualDeal: StateRef)
val actualDeal: StateRef
val expectedDeal: StateRef
fun toString(): String