org.hbase.async
Class NoSuchColumnFamilyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hbase.async.HBaseException
org.hbase.async.NonRecoverableException
org.hbase.async.NoSuchColumnFamilyException
- All Implemented Interfaces:
- Serializable, HasFailedRpcException
public final class NoSuchColumnFamilyException
- extends NonRecoverableException
- implements HasFailedRpcException
Exception thrown when attempting to use a nonexistent column family.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getFailedRpc
public HBaseRpc getFailedRpc()
- Description copied from interface:
HasFailedRpcException
- Returns the RPC that caused this exception.
- Specified by:
getFailedRpc
in interface HasFailedRpcException