wt.container.batch
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:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionResult
public TransactionResult(int assertIndex,
WTException exception)
Supported API: true
- Parameters:
assertIndex - exception -