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