Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
com.cloudera.impala.common.ImpalaException Class Referenceabstract
Inheritance diagram for com.cloudera.impala.common.ImpalaException:
Collaboration diagram for com.cloudera.impala.common.ImpalaException:

Public Member Functions

 ImpalaException (String msg, Throwable cause)
 

Protected Member Functions

 ImpalaException (String msg)
 

Detailed Description

The parent class of all custom Impala exceptions.

Definition at line 22 of file ImpalaException.java.

Constructor & Destructor Documentation

com.cloudera.impala.common.ImpalaException.ImpalaException ( String  msg,
Throwable  cause 
)
inline

Definition at line 23 of file ImpalaException.java.

com.cloudera.impala.common.ImpalaException.ImpalaException ( String  msg)
inlineprotected

Definition at line 27 of file ImpalaException.java.


The documentation for this class was generated from the following file: