Package io.delta.kernel.exceptions
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
Thrown when Kernel cannot execute the requested operation due to the operation being invalid or
unsupported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKernelException
(String message) KernelException
(String message, Throwable cause) KernelException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KernelException
public KernelException() -
KernelException
-
KernelException
-
KernelException
-