Package io.delta.exceptions
Class ConcurrentWriteException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- java.util.ConcurrentModificationException
-
- org.apache.spark.sql.delta.DeltaConcurrentModificationException
-
- io.delta.exceptions.DeltaConcurrentModificationException
-
- org.apache.spark.sql.delta.ConcurrentWriteException
-
- io.delta.exceptions.ConcurrentWriteException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConcurrentWriteException extends org.apache.spark.sql.delta.ConcurrentWriteException
:: Evolving ::Thrown when a concurrent transaction has written data after the current transaction read the table.
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentWriteException(String message)
-
Method Summary
-
Methods inherited from class org.apache.spark.sql.delta.DeltaConcurrentModificationException
conflictType
-
-