Name

HeuristicCommitException

Synopsis

The exception is thrown when an attempt is made to rollback a resource whose updates have been committed due to a heuristic decision (e.g., a resource lost contact with the transaction manager and decided to commit after one phase of a two-phase commit).

                  Exceptions
public class HeuristicCommitException extends Exception {
// Public Constructors
   public HeuristicCommitException();  
   public HeuristicCommitException( String msg);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.