org.apache.hadoop.hive.ql.metadata
Class InvalidTableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hive.ql.metadata.HiveException
org.apache.hadoop.hive.ql.metadata.InvalidTableException
- All Implemented Interfaces:
- Serializable
public class InvalidTableException
- extends HiveException
Generic exception class for Hive.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidTableException
public InvalidTableException(String tableName)
InvalidTableException
public InvalidTableException(String message,
String tableName)
InvalidTableException
public InvalidTableException(Throwable cause,
String tableName)
InvalidTableException
public InvalidTableException(String message,
Throwable cause,
String tableName)
getTableName
public String getTableName()
Copyright © 2013 The Apache Software Foundation