Class TransactionHeuristicException

  • All Implemented Interfaces:
    Serializable

    public class TransactionHeuristicException
    extends TransactionException
    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

      • TransactionHeuristicException

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

        public TransactionHeuristicException​(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).