Class DomainDoesNotExistException

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

@Evolving public class DomainDoesNotExistException extends KernelException
Thrown when attempting to remove a domain metadata that does not exist in the read snapshot.
See Also:
  • Constructor Details

    • DomainDoesNotExistException

      public DomainDoesNotExistException(String tablePath, String domain, long snapshotVersion)