DeltaConcurrentModificationException¶
DeltaConcurrentModificationException
is an extension of the ConcurrentModificationException
(Java) abstraction for commit conflict exceptions.
Note
There are two DeltaConcurrentModificationException
abstractions in two different packages:
io.delta.exceptions
org.apache.spark.sql.delta
(obsolete since 1.0.0)
Implementations¶
- ConcurrentAppendException
- ConcurrentDeleteDeleteException
- ConcurrentDeleteReadException
- ConcurrentTransactionException
- ConcurrentWriteException
- MetadataChangedException
- ProtocolChangedException
Creating Instance¶
DeltaConcurrentModificationException
takes the following to be created:
- Error Message
Abstract Class
DeltaConcurrentModificationException
is an abstract class and cannot be created directly. It is created indirectly for the concrete DeltaConcurrentModificationExceptions.