Class CheckpointAlreadyExistsException

Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.CheckpointAlreadyExistsException
All Implemented Interfaces:
Serializable

@Evolving public class CheckpointAlreadyExistsException extends KernelException
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 Details

    • CheckpointAlreadyExistsException

      public CheckpointAlreadyExistsException(long version)