Uses of Class
com.github.sttk.sabi.TxnFailureCause
-
Uses of TxnFailureCause in com.github.sttk.sabi
Fields in com.github.sttk.sabi declared as TxnFailureCauseModifier and TypeFieldDescriptionfinal TxnFailureCauseTxnFailureReport.causeThe cause of the transaction failure associated with this connection.Constructors in com.github.sttk.sabi with parameters of type TxnFailureCauseModifierConstructorDescriptionTxnFailureReport(String name, String type, TxnFailureCause cause, TxnFailureRollback rollback) Constructs a newTxnFailureReportwith the specified connection details, cause, and rollback outcome.