Class PartitionNotExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.table.catalog.exceptions.PartitionNotExistException
All Implemented Interfaces:
Serializable

@PublicEvolving public class PartitionNotExistException extends Exception
Exception for operation on a partition that doesn't exist. The cause includes non-existent table, non-partitioned table, invalid partition spec, etc.
See Also: