Class TransactionResult

java.lang.Object
wt.container.batch.TransactionResult
All Implemented Interfaces:
Serializable

public class TransactionResult extends Object implements Serializable
Class of object used to communicate exceptions to Assertions. Records the number of the assertion and the thrown exception.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • TransactionResult

      public TransactionResult(int assertIndex, WTException exception)


      Supported API: true
      Parameters:
      assertIndex -
      exception -