Class TableNotPartitionedException

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

@PublicEvolving public class TableNotPartitionedException extends Exception
Exception for trying to operate partition on a non-partitioned table.
See Also:
  • Constructor Details

    • TableNotPartitionedException

      public TableNotPartitionedException(String catalogName, ObjectPath tablePath)
    • TableNotPartitionedException

      public TableNotPartitionedException(String catalogName, ObjectPath tablePath, Throwable cause)