public class DBRetryException extends DBException
| Constructor and Description |
|---|
DBRetryException()
Default constructor.
|
DBRetryException(org.apache.hadoop.fs.Path tablePath)
Constructor.
|
DBRetryException(org.apache.hadoop.fs.Path tablePath,
Exception e) |
DBRetryException(String tablePath)
Constructor.
|
DBRetryException(String tablePath,
Throwable t)
Constructor taking a message and another exception.
|
DBRetryException(Throwable t)
Constructor taking another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DBRetryException()
public DBRetryException(org.apache.hadoop.fs.Path tablePath)
tablePath - messagepublic DBRetryException(String tablePath)
tablePath - messagepublic DBRetryException(Throwable t)
t - exception to grab data frompublic DBRetryException(String tablePath, Throwable t)
tablePath - messaget - exception to grab data frompublic DBRetryException(org.apache.hadoop.fs.Path tablePath,
Exception e)
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.