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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableNotPartitionedException(String catalogName, ObjectPath tablePath)TableNotPartitionedException(String catalogName, ObjectPath tablePath, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TableNotPartitionedException
public TableNotPartitionedException(String catalogName, ObjectPath tablePath)
-
TableNotPartitionedException
public TableNotPartitionedException(String catalogName, ObjectPath tablePath, Throwable cause)
-
-