public class HeuristicCommitException
extends java.lang.Exception
But though defined in JTA this exception is used nowhere in JTA, and it seems impossible to report a heuristic commit decision with the JTA API in a portable way.
Constructor and Description |
---|
HeuristicCommitException()
Creates a new
HeuristicMixedException without a
detail message. |
HeuristicCommitException(java.lang.String msg)
Constructs an
HeuristicCommitException with the
specified detail message. |
public HeuristicCommitException()
HeuristicMixedException
without a
detail message.public HeuristicCommitException(java.lang.String msg)
HeuristicCommitException
with the
specified detail message.msg
- the detail message.