org.apache.hadoop.hive.ql.metadata
Class HiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hive.ql.metadata.HiveException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidTableException, LockException, SemanticException
public class HiveException
- extends Exception
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 |
HiveException
public HiveException()
HiveException
public HiveException(String message)
HiveException
public HiveException(Throwable cause)
HiveException
public HiveException(String message,
Throwable cause)
Copyright © 2013 The Apache Software Foundation