org.apache.hadoop.hive.ql.metadata
Class HiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
HiveException()
           
HiveException(String message)
           
HiveException(String message, Throwable cause)
           
HiveException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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