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:
Serializable, org.apache.spark.SparkThrowable, org.apache.spark.sql.delta.DeltaThrowable

public class ConcurrentDeleteDeleteException extends org.apache.spark.sql.delta.ConcurrentDeleteDeleteException implements org.apache.spark.sql.delta.DeltaThrowable
:: Evolving ::

Thrown when the current transaction deletes data that was deleted by a concurrent transaction.

Since:
1.0.0
See Also:
  • Constructor Details

    • ConcurrentDeleteDeleteException

      public ConcurrentDeleteDeleteException(String message)
    • ConcurrentDeleteDeleteException

      public ConcurrentDeleteDeleteException(String[] messageParameters)
  • Method Details

    • apply

      public static ConcurrentDeleteDeleteException apply(String subClass, String[] messageParameters)
    • getErrorClass

      public String getErrorClass()
      Specified by:
      getErrorClass in interface org.apache.spark.SparkThrowable
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getMessageParameters

      public Map<String,String> getMessageParameters()
      Specified by:
      getMessageParameters in interface org.apache.spark.SparkThrowable