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