Class KernelEngineException

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

public class KernelEngineException extends RuntimeException
Throws when the Engine encountered an error while executing an operation.
See Also:
  • Constructor Details

    • KernelEngineException

      public KernelEngineException(String attemptedOperation, Throwable cause)