Class KernelException

Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CheckpointAlreadyExistsException, ConcurrentWriteException, DomainDoesNotExistException, InvalidConfigurationValueException, InvalidTableException, TableAlreadyExistsException, TableNotFoundException, UnknownConfigurationException

public class KernelException extends RuntimeException
Thrown when Kernel cannot execute the requested operation due to the operation being invalid or unsupported.
See Also:
  • Constructor Details

    • KernelException

      public KernelException()
    • KernelException

      public KernelException(String message)
    • KernelException

      public KernelException(Throwable cause)
    • KernelException

      public KernelException(String message, Throwable cause)