FileDocCategorySizeDatePackage
HeuristicRollbackException.javaAPI DocGlassfish v2 API2343Fri May 04 22:35:24 BST 2007javax.transaction

HeuristicRollbackException

public class HeuristicRollbackException extends Exception
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.

Fields Summary
Constructors Summary
public HeuristicRollbackException()

	super();
    
public HeuristicRollbackException(String msg)

	super(msg);
    
Methods Summary