Package wt.container.batch
Class TransactionResult
java.lang.Object
wt.container.batch.TransactionResult
- All Implemented Interfaces:
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
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionResult(int assertIndex, WTException exception)
Supported API: true -
Method Summary
-
Constructor Details
-
TransactionResult
Supported API: true- Parameters:
assertIndex-exception-
-