org.apache.hcatalog.templeton
Class HcatException

Object
  extended by Throwable
      extended by SimpleWebException
          extended by HcatException
All Implemented Interfaces:
Serializable

public class HcatException
extends SimpleWebException

Unable to run hcat on the job.

See Also:
Serialized Form

Field Summary
 ExecBean execBean
           
 String statement
           
 
Fields inherited from class SimpleWebException
httpCode, params
 
Constructor Summary
HcatException(String msg, ExecBean bean, String statement)
           
 
Method Summary
 
Methods inherited from class SimpleWebException
buildMessage, getResponse
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

execBean

public ExecBean execBean

statement

public String statement
Constructor Detail

HcatException

public HcatException(String msg,
                     ExecBean bean,
                     String statement)