org.apache.hadoop.hive.hwi
Class HWIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hive.hwi.HWIException
- All Implemented Interfaces:
- Serializable
public class HWIException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HWIException
public HWIException()
HWIException
public HWIException(String arg0)
- Specify an error String with the Exception
HWIException
public HWIException(Throwable arg0)
- Wrap an Exception in HWIException
HWIException
public HWIException(String arg0,
Throwable arg1)
- Specify an error String and wrap an Exception in HWIException
Copyright © 2009 The Apache Software Foundation