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

Public Member Functions

 TableNotFoundException (String s)
 
 TableNotFoundException (String s, Exception cause)
 

Static Private Attributes

static final long serialVersionUID = -2203080667446640542L
 

Detailed Description

Thrown when a table cannot be found in the catalog.

Definition at line 21 of file TableNotFoundException.java.

Constructor & Destructor Documentation

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

Definition at line 25 of file TableNotFoundException.java.

com.cloudera.impala.catalog.TableNotFoundException.TableNotFoundException ( String  s,
Exception  cause 
)
inline

Definition at line 27 of file TableNotFoundException.java.

Member Data Documentation

final long com.cloudera.impala.catalog.TableNotFoundException.serialVersionUID = -2203080667446640542L
staticprivate

Definition at line 23 of file TableNotFoundException.java.


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