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