Class ConcurrentWriteException

Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.ConcurrentWriteException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConcurrentTransactionException, MetadataChangedException, ProtocolChangedException

@Evolving public class ConcurrentWriteException extends KernelException
Thrown when a concurrent transaction has written data after the current transaction has started.
Since:
3.2.0
See Also:
  • Constructor Details

    • ConcurrentWriteException

      public ConcurrentWriteException()
    • ConcurrentWriteException

      public ConcurrentWriteException(String message)