Class IgniteTxHeuristicCheckedException

  • All Implemented Interfaces:
    Serializable

    public class IgniteTxHeuristicCheckedException
    extends TransactionCheckedException
    Exception thrown whenever grid transaction enters an unknown state. This exception is usually thrown whenever commit partially succeeds. Cache will still resolve this situation automatically to ensure data integrity, by invalidating all values participating in this transaction on remote nodes.
    See Also:
    Serialized Form
    • Constructor Detail

      • IgniteTxHeuristicCheckedException

        public IgniteTxHeuristicCheckedException​(String msg)
        Creates new heuristic exception with given error message.
        Parameters:
        msg - Error message.
      • IgniteTxHeuristicCheckedException

        public IgniteTxHeuristicCheckedException​(String msg,
                                                 Throwable cause)
        Creates new heuristic exception with given error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).