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,
Exception e) |
TableNotFoundException(String tablePath)
Constructor.
|
TableNotFoundException(String tablePath,
Throwable t)
Constructor taking a message and another exception.
|
TableNotFoundException(Throwable t)
Constructor taking another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TableNotFoundException()
public TableNotFoundException(org.apache.hadoop.fs.Path tablePath)
tablePath - messagepublic TableNotFoundException(String tablePath)
tablePath - messagepublic TableNotFoundException(Throwable t)
t - exception to grab data frompublic TableNotFoundException(String tablePath, Throwable t)
tablePath - messaget - exception to grab data frompublic TableNotFoundException(org.apache.hadoop.fs.Path tablePath,
Exception e)
Copyright © 2018 Mapr Technologies, Inc.. All rights reserved.