FileDocCategorySizeDatePackage
HeuristicMixedException.javaAPI DocGlassfish v2 API2346Fri May 04 22:35:24 BST 2007javax.transaction

HeuristicMixedException

public class HeuristicMixedException extends Exception
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.

Fields Summary
Constructors Summary
public HeuristicMixedException()

	super();
    
public HeuristicMixedException(String msg)

	super(msg);
    
Methods Summary