org.hbase.async
Class NoSuchColumnFamilyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hbase.async.HBaseException
                  extended by org.hbase.async.NonRecoverableException
                      extended by 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

Method Summary
 HBaseRpc getFailedRpc()
          Returns the RPC that caused this exception.
 
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
 

Method Detail

getFailedRpc

public HBaseRpc getFailedRpc()
Description copied from interface: HasFailedRpcException
Returns the RPC that caused this exception.

Specified by:
getFailedRpc in interface HasFailedRpcException