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
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionFailedException
-