类 KernelException

Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
所有已实现的接口:
Serializable
直接已知子类
CheckpointAlreadyExistsException, ConcurrentWriteException, DomainDoesNotExistException, InvalidConfigurationValueException, InvalidTableException, TableAlreadyExistsException, TableNotFoundException, UnknownConfigurationException

public class KernelException extends RuntimeException
当 Kernel 由于操作无效或不受支持而无法执行请求的操作时抛出。
另请参阅
  • 构造器详细信息

    • KernelException

      public KernelException()
    • KernelException

      public KernelException(String message)
    • KernelException

      public KernelException(Throwable cause)
    • KernelException

      public KernelException(String message, Throwable cause)