HeuristicCommitExceptionpublic 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. |
Constructors Summary |
---|
public HeuristicCommitException()
super();
| public HeuristicCommitException(String msg)
super(msg);
|
|