| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.transaction.HeuristicRollbackException
HeuristicRollbackException | public class HeuristicRollbackException extends Exception (Code) | | This exception is thrown by the commit operation to report that a
heuristic decision was made and that all relevant updates have been
rolled back.
version: $Revision: 57196 $ |
HeuristicRollbackException | public HeuristicRollbackException()(Code) | | Creates a new HeuristicRollbackException without a
detail message.
|
HeuristicRollbackException | public HeuristicRollbackException(String msg)(Code) | | Constructs an HeuristicRollbackException with the
specified detail message.
Parameters: msg - the detail message. |
|
|
|