public class PartitionNotFoundException extends NotFoundException
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPartitionValues() |
SchemaTableName |
getTableName() |
getErrorCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValue)
public PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValues, String message)
public PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValue, Throwable cause)
public PartitionNotFoundException(SchemaTableName tableName, List<String> partitionValues, String message, Throwable cause)
public SchemaTableName getTableName()
Copyright © 2012-2017. All Rights Reserved.