类 CheckpointAlreadyExistsException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.CheckpointAlreadyExistsException
- 所有已实现的接口:
Serializable
尝试在版本
v
创建检查点时抛出,但该版本 v
已存在检查点。- 自
- 3.2.0
- 另请参阅
-
构造器摘要
构造器 -
方法摘要
从类 java.lang.Throwable继承的方法
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace(java.io.PrintStream), printStackTrace(java.io.PrintWriter), setStackTrace, toString
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait(), wait(long), wait(long,int)
-
构造器详细信息
-
CheckpointAlreadyExistsException
public CheckpointAlreadyExistsException(long version)
-