Package io.delta.kernel.exceptions
Class ConcurrentWriteException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.ConcurrentWriteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConcurrentTransactionException
,MetadataChangedException
,ProtocolChangedException
Thrown when a concurrent transaction has written data after the current transaction has started.
- 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
-
ConcurrentWriteException
public ConcurrentWriteException() -
ConcurrentWriteException
-