| org.springframework.transaction.TransactionException org.springframework.transaction.HeuristicCompletionException
HeuristicCompletionException | public class HeuristicCompletionException extends TransactionException (Code) | | 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 |
Method Summary | |
public int | getOutcomeState() Return the outcome state of the transaction state,
as one of the constants in this class. | public static String | getStateString(int state) |
STATE_COMMITTED | final public static int STATE_COMMITTED(Code) | | |
STATE_MIXED | final public static int STATE_MIXED(Code) | | |
STATE_ROLLED_BACK | final public static int STATE_ROLLED_BACK(Code) | | |
STATE_UNKNOWN | final public static int STATE_UNKNOWN(Code) | | Values for the outcome state of a heuristically completed transaction.
|
HeuristicCompletionException | public HeuristicCompletionException(int outcomeState, Throwable cause)(Code) | | Constructor for HeuristicCompletionException.
Parameters: outcomeState - the outcome state of the transaction Parameters: cause - the root cause from the transaction API in use |
getStateString | public static String getStateString(int state)(Code) | | |
|
|