FileDocCategorySizeDatePackage
HeuristicCommitException.javaAPI DocGlassfish v2 API2355Fri May 04 22:35:24 BST 2007javax.transaction

HeuristicCommitException

public class HeuristicCommitException extends Exception
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.

Fields Summary
Constructors Summary
public HeuristicCommitException()

	super();
    
public HeuristicCommitException(String msg)

	super(msg);
    
Methods Summary