Class TableNotPartitionedException

  • All Implemented Interfaces:
    Serializable

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

      • TableNotPartitionedException

        public TableNotPartitionedException​(String catalogName,
                                            ObjectPath tablePath)
      • TableNotPartitionedException

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