Package io.delta.exceptions
Class ConcurrentDeleteReadException
Object
Throwable
Exception
RuntimeException
java.util.ConcurrentModificationException
org.apache.spark.sql.delta.DeltaConcurrentModificationException
io.delta.exceptions.DeltaConcurrentModificationException
org.apache.spark.sql.delta.ConcurrentDeleteReadException
io.delta.exceptions.ConcurrentDeleteReadException
- All Implemented Interfaces:
Serializable,org.apache.spark.SparkThrowable,org.apache.spark.sql.delta.DeltaThrowable,org.apache.spark.sql.delta.DeltaThrowableConditionShim
public class ConcurrentDeleteReadException
extends org.apache.spark.sql.delta.ConcurrentDeleteReadException
implements org.apache.spark.sql.delta.DeltaThrowable
:: Evolving ::
Thrown when the current transaction reads data that was deleted by a concurrent transaction.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConcurrentDeleteReadException(String message) ConcurrentDeleteReadException(String[] messageParameters) -
Method Summary
Methods inherited from class org.apache.spark.sql.delta.DeltaConcurrentModificationException
conflictTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.spark.sql.delta.DeltaThrowable
getSqlState, isInternalErrorMethods inherited from interface org.apache.spark.sql.delta.DeltaThrowableConditionShim
getConditionMethods inherited from interface org.apache.spark.SparkThrowable
getMessageParameters, getQueryContext
-
Constructor Details
-
ConcurrentDeleteReadException
-
ConcurrentDeleteReadException
-
-
Method Details
-
getErrorClass
- Specified by:
getErrorClassin interfaceorg.apache.spark.sql.delta.DeltaThrowableConditionShim- Specified by:
getErrorClassin interfaceorg.apache.spark.SparkThrowable
-
getMessage
- Overrides:
getMessagein classThrowable
-