Package io.delta.kernel.exceptions
Class DomainDoesNotExistException
Object
Throwable
Exception
RuntimeException
io.delta.kernel.exceptions.KernelException
io.delta.kernel.exceptions.DomainDoesNotExistException
- All Implemented Interfaces:
Serializable
Thrown when attempting to remove a domain metadata that does not exist in the read snapshot.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDomainDoesNotExistException(String tablePath, String domain, long snapshotVersion) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DomainDoesNotExistException
-