c

io.delta.exceptions

ConcurrentDeleteDeleteException

ConcurrentDeleteDeleteException 继承 org.apache.spark.sql.delta.ConcurrentDeleteDeleteExceptionDeltaThrowable

:: 演进中 :

当当前事务删除被并发事务删除的数据时抛出。

注解
@Evolving()

1.0.0

线性超类型
DeltaThrowable, DeltaThrowableConditionShim, SparkThrowable, org.apache.spark.sql.delta.ConcurrentDeleteDeleteException, DeltaConcurrentModificationException, org.apache.spark.sql.delta.DeltaConcurrentModificationException, ConcurrentModificationException, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
排序
  1. 按字母顺序
  2. 按继承顺序
继承
  1. ConcurrentDeleteDeleteException
  2. DeltaThrowable
  3. DeltaThrowableConditionShim
  4. SparkThrowable
  5. ConcurrentDeleteDeleteException
  6. DeltaConcurrentModificationException
  7. DeltaConcurrentModificationException
  8. ConcurrentModificationException
  9. RuntimeException
  10. Exception
  11. Throwable
  12. Serializable
  13. AnyRef
  14. Any
  1. 隐藏所有
  2. 显示所有
可见性
  1. 公共
  2. 受保护的

实例构造函数

  1. ConcurrentDeleteDeleteException(messageParameters: 数组[字符串])
  2. ConcurrentDeleteDeleteException(message: 字符串)

值成员

  1. final 定义 !=(arg0: 任意): 布尔值
    定义类
    AnyRef → Any
  2. final 定义 ##: 整型
    定义类
    AnyRef → Any
  3. final 定义 ==(arg0: 任意): 布尔值
    定义类
    AnyRef → Any
  4. final 定义 addSuppressed(arg0: Throwable): 单元
    定义类
    Throwable
  5. final 定义 asInstanceOf[T0]: T0
    定义类
    Any
  6. 定义 clone(): AnyRef
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. 定义 conflictType: 字符串
    定义类
    DeltaConcurrentModificationException
  8. final 定义 eq(arg0: AnyRef): 布尔值
    定义类
    AnyRef
  9. 定义 equals(arg0: AnyRef): 布尔值
    定义类
    AnyRef → Any
  10. 定义 fillInStackTrace(): Throwable
    定义类
    Throwable
  11. 定义 getCause(): Throwable
    定义类
    Throwable
  12. final 定义 getClass(): [_ <: AnyRef]
    定义类
    AnyRef → Any
    注解
    @IntrinsicCandidate() @native()
  13. 定义 getCondition(): 字符串
    定义类
    DeltaThrowableConditionShim → SparkThrowable
  14. 定义 getErrorClass(): 字符串
    定义类
    ConcurrentDeleteDeleteException → DeltaThrowableConditionShim → SparkThrowable
  15. 定义 getLocalizedMessage(): 字符串
    定义类
    Throwable
  16. 定义 getMessage(): 字符串
    定义类
    ConcurrentDeleteDeleteException → Throwable
  17. 定义 getMessageParameters(): 映射[字符串, 字符串]
    定义类
    SparkThrowable
  18. 定义 getQueryContext(): 数组[QueryContext]
    定义类
    SparkThrowable
  19. 定义 getSqlState(): 字符串
    定义类
    DeltaThrowable → SparkThrowable
  20. 定义 getStackTrace(): 数组[StackTraceElement]
    定义类
    Throwable
  21. final 定义 getSuppressed(): 数组[Throwable]
    定义类
    Throwable
  22. 定义 hashCode(): 整型
    定义类
    AnyRef → Any
    注解
    @IntrinsicCandidate() @native()
  23. 定义 initCause(arg0: Throwable): Throwable
    定义类
    Throwable
  24. final 定义 isInstanceOf[T0]: 布尔值
    定义类
    Any
  25. 定义 isInternalError(): 布尔值
    定义类
    DeltaThrowable → SparkThrowable
  26. final 定义 ne(arg0: AnyRef): 布尔值
    定义类
    AnyRef
  27. final 定义 notify(): 单元
    定义类
    AnyRef
    注解
    @IntrinsicCandidate() @native()
  28. final 定义 notifyAll(): 单元
    定义类
    AnyRef
    注解
    @IntrinsicCandidate() @native()
  29. 定义 printStackTrace(arg0: PrintWriter): 单元
    定义类
    Throwable
  30. 定义 printStackTrace(arg0: PrintStream): 单元
    定义类
    Throwable
  31. 定义 printStackTrace(): 单元
    定义类
    Throwable
  32. 定义 setStackTrace(arg0: 数组[StackTraceElement]): 单元
    定义类
    Throwable
  33. final 定义 synchronized[T0](arg0: => T0): T0
    定义类
    AnyRef
  34. 定义 toString(): 字符串
    定义类
    Throwable → AnyRef → Any
  35. final 定义 wait(arg0: 长整型, arg1: 整型): 单元
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException])
  36. final 定义 wait(arg0: 长整型): 单元
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final 定义 wait(): 单元
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException])

已弃用的值成员

  1. 定义 finalize(): 单元
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.Throwable]) @Deprecated
    已弃用

    (版本 9 起)

继承自 DeltaThrowable

继承自 DeltaThrowableConditionShim

继承自 SparkThrowable

继承自 org.apache.spark.sql.delta.ConcurrentDeleteDeleteException

继承自 org.apache.spark.sql.delta.DeltaConcurrentModificationException

继承自 Exception

继承自 Throwable

继承自 Serializable

继承自 AnyRef

继承自 Any

未分组