Class DeltaConcurrentModificationException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DeltaConcurrentModificationException

        public DeltaConcurrentModificationException​(String message)