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

Public Member Functions

 TableLoadingException (String s, Throwable cause)
 
 TableLoadingException (String s)
 

Static Private Attributes

static final long serialVersionUID = 7760580025530083536L
 

Detailed Description

Thrown when a table metadata cannot be loaded due to an error.

Definition at line 21 of file TableLoadingException.java.

Constructor & Destructor Documentation

com.cloudera.impala.catalog.TableLoadingException.TableLoadingException ( String  s,
Throwable  cause 
)
inline

Definition at line 25 of file TableLoadingException.java.

com.cloudera.impala.catalog.TableLoadingException.TableLoadingException ( String  s)
inline

Definition at line 29 of file TableLoadingException.java.

Member Data Documentation

final long com.cloudera.impala.catalog.TableLoadingException.serialVersionUID = 7760580025530083536L
staticprivate

Definition at line 23 of file TableLoadingException.java.


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