Class PartitionNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.table.catalog.exceptions.PartitionNotExistException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionNotExistException(String catalogName, ObjectPath tablePath, CatalogPartitionSpec partitionSpec) PartitionNotExistException(String catalogName, ObjectPath tablePath, CatalogPartitionSpec partitionSpec, 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 Details
-
PartitionNotExistException
public PartitionNotExistException(String catalogName, ObjectPath tablePath, CatalogPartitionSpec partitionSpec) -
PartitionNotExistException
public PartitionNotExistException(String catalogName, ObjectPath tablePath, CatalogPartitionSpec partitionSpec, Throwable cause)
-