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