Package io.trino.plugin.hive
Class PartitionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.spi.TrinoException
io.trino.spi.connector.NotFoundException
io.trino.plugin.hive.PartitionNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionNotFoundException(SchemaTableName tableName, List<String> partitionValue) PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValues, String message) PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValues, String message, Throwable cause) PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValue, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PartitionNotFoundException
-
PartitionNotFoundException
public PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValues, String message) -
PartitionNotFoundException
public PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValue, Throwable cause) -
PartitionNotFoundException
public PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValues, String message, Throwable cause)
-
-
Method Details
-
getTableName
-
getPartitionValues
-