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,
java.lang.Exception e) |
DBRetryException(java.lang.String tablePath)
Constructor.
|
DBRetryException(java.lang.String tablePath,
java.lang.Throwable t)
Constructor taking a message and another exception.
|
DBRetryException(java.lang.Throwable t)
Constructor taking another exception.
|
public DBRetryException()
public DBRetryException(org.apache.hadoop.fs.Path tablePath)
tablePath - messagepublic DBRetryException(java.lang.String tablePath)
tablePath - messagepublic DBRetryException(java.lang.Throwable t)
t - exception to grab data frompublic DBRetryException(java.lang.String tablePath,
java.lang.Throwable t)
tablePath - messaget - exception to grab data frompublic DBRetryException(org.apache.hadoop.fs.Path tablePath,
java.lang.Exception e)