public class TableNotFoundException extends DBException
Constructor and Description |
---|
TableNotFoundException()
Default constructor.
|
TableNotFoundException(org.apache.hadoop.fs.Path tablePath)
Constructor.
|
TableNotFoundException(org.apache.hadoop.fs.Path tablePath,
java.lang.Exception e) |
TableNotFoundException(java.lang.String tablePath)
Constructor.
|
TableNotFoundException(java.lang.String tablePath,
java.lang.Throwable t)
Constructor taking a message and another exception.
|
TableNotFoundException(java.lang.Throwable t)
Constructor taking another exception.
|
public TableNotFoundException()
public TableNotFoundException(org.apache.hadoop.fs.Path tablePath)
tablePath
- messagepublic TableNotFoundException(java.lang.String tablePath)
tablePath
- messagepublic TableNotFoundException(java.lang.Throwable t)
t
- exception to grab data frompublic TableNotFoundException(java.lang.String tablePath, java.lang.Throwable t)
tablePath
- messaget
- exception to grab data frompublic TableNotFoundException(org.apache.hadoop.fs.Path tablePath, java.lang.Exception e)