public class HeuristicCommitException extends 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(String msg)
Constructs an
HeuristicCommitException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HeuristicCommitException()
HeuristicMixedException
without a
detail message.public HeuristicCommitException(String msg)
HeuristicCommitException
with the
specified detail message.msg
- the detail message.Copyright © 2017 JBoss by Red Hat. All rights reserved.