Class TablePartitionedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.table.catalog.exceptions.TablePartitionedException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class TablePartitionedException extends Exception
Exception for trying to operate non-partitioned on a partitioned table.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TablePartitionedException(String catalogName, ObjectPath tablePath)TablePartitionedException(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
-
TablePartitionedException
public TablePartitionedException(String catalogName, ObjectPath tablePath)
-
TablePartitionedException
public TablePartitionedException(String catalogName, ObjectPath tablePath, Throwable cause)
-
-