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