Package io.delta.kernel.exceptions
Class ProtocolChangedException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.ConcurrentWriteException
io.delta.kernel.exceptions.ProtocolChangedException
- All Implemented Interfaces:
Serializable
Thrown when the protocol of the Delta table has changed between the time of transaction start and
the time of commit.
- Since:
- 3.2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtocolChangedException
public ProtocolChangedException(long attemptVersion)
-