Class TransactionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.plugin.deltalake.transactionlog.writer.TransactionFailedException
All Implemented Interfaces:
Serializable

public class TransactionFailedException extends RuntimeException
Exception thrown to point out that other transaction log files have been created during the time on which the current transaction has been executing and their already committed changes are in irremediable conflict with the changes from the current transaction.
See Also:
  • Constructor Details

    • TransactionFailedException

      public TransactionFailedException(String message)