Exception: HBase::RowNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/mandy/ruby-hbase/hbase_table.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ RowNotFound

Returns a new instance of RowNotFound.



3
4
5
# File 'lib/mandy/ruby-hbase/hbase_table.rb', line 3

def initialize(msg=nil)
  super
end