Class ProtocolChangedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProtocolChangedException
    extends org.apache.spark.sql.delta.ProtocolChangedException
    :: Evolving ::

    Thrown when the protocol version has changed between the time of read and the time of commit.

    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

      • ProtocolChangedException

        public ProtocolChangedException​(String message)