Package io.delta.kernel.exceptions
Class CheckpointAlreadyExistsException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.CheckpointAlreadyExistsException
- All Implemented Interfaces:
Serializable
Thrown when trying to create a checkpoint at version
v
, but there already exists a
checkpoint at version v
.- 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
-
CheckpointAlreadyExistsException
public CheckpointAlreadyExistsException(long version)
-