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