Class TccException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.tmm.tcc.exception.TccException
All Implemented Interfaces:
Serializable

public class TccException extends Exception
This exception is thrown when an error occurs communicating with the transaction coordinator
See Also:
  • Constructor Details

    • TccException

      public TccException(String errorMessage, Throwable err)
    • TccException

      public TccException(String errorMessage)