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