Package io.delta.exceptions
Class ConcurrentAppendException
Object
Throwable
Exception
RuntimeException
java.util.ConcurrentModificationException
org.apache.spark.sql.delta.DeltaConcurrentModificationException
io.delta.exceptions.DeltaConcurrentModificationException
org.apache.spark.sql.delta.ConcurrentAppendException
io.delta.exceptions.ConcurrentAppendException
- All Implemented Interfaces:
Serializable
,org.apache.spark.SparkThrowable
,org.apache.spark.sql.delta.DeltaThrowable
,org.apache.spark.sql.delta.DeltaThrowableConditionShim
public class ConcurrentAppendException
extends org.apache.spark.sql.delta.ConcurrentAppendException
implements org.apache.spark.sql.delta.DeltaThrowable
:: Evolving ::
Thrown when files are added that would have been read by the current transaction.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConcurrentAppendException
(String message) ConcurrentAppendException
(String[] messageParameters) -
Method Summary
Methods inherited from class org.apache.spark.sql.delta.ConcurrentAppendException
$lessinit$greater$default$3
Methods inherited from class org.apache.spark.sql.delta.DeltaConcurrentModificationException
conflictType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.spark.sql.delta.DeltaThrowable
getSqlState, isInternalError
Methods inherited from interface org.apache.spark.sql.delta.DeltaThrowableConditionShim
getCondition
Methods inherited from interface org.apache.spark.SparkThrowable
getMessageParameters, getQueryContext
-
Constructor Details
-
ConcurrentAppendException
-
ConcurrentAppendException
-
-
Method Details
-
getErrorClass
- Specified by:
getErrorClass
in interfaceorg.apache.spark.sql.delta.DeltaThrowableConditionShim
- Specified by:
getErrorClass
in interfaceorg.apache.spark.SparkThrowable
-
getMessage
- Overrides:
getMessage
in classThrowable
-