open class HeuristicCompletionException : TransactionException
Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
Author
Rod Johnson
Author
Juergen Hoeller
Since
17.03.2003
HeuristicCompletionException(outcomeState: Int, cause: Throwable)
Constructor for HeuristicCompletionException. |
static val STATE_COMMITTED: Int |
|
static val STATE_MIXED: Int |
|
static val STATE_ROLLED_BACK: Int |
|
static val STATE_UNKNOWN: Int
Values for the outcome state of a heuristically completed transaction. |
open fun getOutcomeState(): Int
Return the outcome state of the transaction state, as one of the constants in this class. |
|
open static fun getStateString(state: Int): String |