What does 
RowLock HTable.lockRow(byte[] row)
do when the row does not exist in the table?
- return null?
- throw an exception - generic IOException, or some subclass, or
IOException wrapping another cause ...?
- ??

Thanks,
jp

Reply via email to