It should have been an IAE. As a community, we famously have an addition to
IOE [1].
S
1. https://blog.tsunanet.net/2012/04/apache-hadoop-abuse-ioexception.html
On Mon, Mar 18, 2019 at 3:07 PM strijbol.n...@gmail.com <
strijbol.n...@gmail.com> wrote:
> Hi,
>
> The readVersions(int) method on Get
Hi,
The readVersions(int) method on Get (see
https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Get.html#readVersions-int-)
throws an IOException if the argument is invalid:
public Get readVersions(int versions) throws IOException {
if (versions <= 0) {
throw new IOExce