Class PartitionNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.table.catalog.exceptions.PartitionNotExistException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class PartitionNotExistException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartitionNotExistException(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 Detail
-
PartitionNotExistException
public PartitionNotExistException(String catalogName, ObjectPath tablePath, CatalogPartitionSpec partitionSpec)
-
PartitionNotExistException
public PartitionNotExistException(String catalogName, ObjectPath tablePath, CatalogPartitionSpec partitionSpec, Throwable cause)
-
-