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
public class PartitionNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartitionNotFoundException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getPartitionValues()SchemaTableNamegetTableName()-
Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PartitionNotFoundException
public PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValue)
-
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 Detail
-
getTableName
public SchemaTableName getTableName()
-
-