Exception: HBase::RowNotFound
- Inherits:
-
Exception
- Object
- Exception
- HBase::RowNotFound
- Defined in:
- lib/mandy/ruby-hbase/hbase_table.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ RowNotFound
constructor
A new instance of RowNotFound.
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 |