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