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

Public Member Functions

 PartitionNotFoundException (String s)
 
 PartitionNotFoundException (String s, Exception cause)
 

Static Private Attributes

static final long serialVersionUID = -2203080667446640542L
 

Detailed Description

Thrown when a partition cannot be found in the catalog.

Definition at line 21 of file PartitionNotFoundException.java.

Constructor & Destructor Documentation

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

Definition at line 25 of file PartitionNotFoundException.java.

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

Definition at line 27 of file PartitionNotFoundException.java.

Member Data Documentation

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

Definition at line 23 of file PartitionNotFoundException.java.


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