public class HiveNotReadableException extends PrestoException
Constructor and Description |
---|
HiveNotReadableException(SchemaTableName tableName,
Optional<String> partition,
String message) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getPartition() |
SchemaTableName |
getTableName() |
getErrorCode, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HiveNotReadableException(SchemaTableName tableName, Optional<String> partition, String message)
public SchemaTableName getTableName()
Copyright © 2012–2020. All rights reserved.