Package oracle.tmm.tcc.exception
Class TccHeuristicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.tmm.tcc.exception.TccHeuristicException
- All Implemented Interfaces:
Serializable
This exception is thrown when a confirm or cancel request fails with a heuristic outcome
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTccHeuristicException
(List<TccParticipant> participants, String errorMessage, Throwable err) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TccHeuristicException
-