FTTransactionStepException


Abstract

Thrown if a transaction step within a transaction throws an exception.

Discussion

This may be during a commitment or during an "undo" of previously performed steps of a commitment.

Instances of this class contain the original exception.



Methods

-initWithTransactionStepException:
Initializer used to hand off the causing exception
-transactionStepException
-transactionStepException returns the exception the transaction step

initWithTransactionStepException:


Initializer used to hand off the causing exception

- initWithTransactionStepException: (id) causingException;
Parameter Descriptions
causingException
exception thrown by transaction step
method result
self

transactionStepException


See Also:
transactionStepException returns the exception the transaction step
- transactionStepException;
Discussion

originally has thrown


transactionStepException returns the exception the transaction step


See Also:
transactionStepException
- transactionStepException;
method result
exception thrown by transaction step
Discussion

originally has thrown

(Last Updated August 27, 2006)