|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.exceptions.InvalidFamilyOperationException
@InterfaceAudience.Public @InterfaceStability.Evolving public class InvalidFamilyOperationException
Thrown if a request is table schema modification is requested but made for an invalid family name.
Constructor Summary | |
---|---|
InvalidFamilyOperationException()
default constructor |
|
InvalidFamilyOperationException(Exception e)
Constructor taking another exception. |
|
InvalidFamilyOperationException(String s)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidFamilyOperationException()
public InvalidFamilyOperationException(String s)
s
- messagepublic InvalidFamilyOperationException(Exception e)
e
- Exception to grab data from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |