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:
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.spark.sql.delta.DeltaConcurrentModificationException
conflictType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeltaConcurrentModificationException
-