Package io.delta.exceptions
Class DeltaConcurrentModificationException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- java.util.ConcurrentModificationException
-
- org.apache.spark.sql.delta.DeltaConcurrentModificationException
-
- io.delta.exceptions.DeltaConcurrentModificationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
org.apache.spark.sql.delta.ConcurrentAppendException
,org.apache.spark.sql.delta.ConcurrentDeleteDeleteException
,org.apache.spark.sql.delta.ConcurrentDeleteReadException
,org.apache.spark.sql.delta.ConcurrentTransactionException
,org.apache.spark.sql.delta.ConcurrentWriteException
,org.apache.spark.sql.delta.MetadataChangedException
,org.apache.spark.sql.delta.ProtocolChangedException
public abstract class DeltaConcurrentModificationException extends org.apache.spark.sql.delta.DeltaConcurrentModificationException
:: Evolving ::The basic class for all Delta commit conflict exceptions.
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeltaConcurrentModificationException(String message)
-
Method Summary
-
Methods inherited from class org.apache.spark.sql.delta.DeltaConcurrentModificationException
conflictType
-
-