public class TransactionConflictException
Constructor and Description |
---|
TransactionConflictException(StateRef conflictRef,
LedgerTransaction tx1,
LedgerTransaction tx2) |
Modifier and Type | Method and Description |
---|---|
StateRef |
getConflictRef() |
LedgerTransaction |
getTx1() |
LedgerTransaction |
getTx2() |
public TransactionConflictException(StateRef conflictRef, LedgerTransaction tx1, LedgerTransaction tx2)
public StateRef getConflictRef()
public LedgerTransaction getTx1()
public LedgerTransaction getTx2()