Class HeuristicCommitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.transaction.HeuristicCommitException
All Implemented Interfaces:
java.io.Serializable

public class HeuristicCommitException
extends java.lang.Exception
The HeuristicCommitException.
Author:
Manfred Riem ([email protected])
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    HeuristicCommitException()
    Constructor.
    HeuristicCommitException​(java.lang.String message)
    Constructor.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HeuristicCommitException

      public HeuristicCommitException()
      Constructor.
    • HeuristicCommitException

      public HeuristicCommitException​(java.lang.String message)
      Constructor.
      Parameters:
      message - the message.