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